Home
last modified time | relevance | path

Searched refs:CyclesToNextE (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dm68000.c532 int CyclesToNextE; in M68000_WaitEClock() local
535 CyclesToNextE = 10 - CyclesGlobalClockCounter % 10; in M68000_WaitEClock()
536 if ( CyclesToNextE == 10 ) /* we're already synchronised with E Clock */ in M68000_WaitEClock()
537 CyclesToNextE = 0; in M68000_WaitEClock()
538 return CyclesToNextE; in M68000_WaitEClock()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dm68000.c773 int CyclesToNextE; in M68000_WaitEClock() local
776 CyclesToNextE = 10 - CyclesGlobalClockCounter % 10; in M68000_WaitEClock()
777 if ( CyclesToNextE == 10 ) /* we're already synchronised with E Clock */ in M68000_WaitEClock()
778 CyclesToNextE = 0; in M68000_WaitEClock()
779 return CyclesToNextE; in M68000_WaitEClock()