Home
last modified time | relevance | path

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

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmdfr.cpp960 odo.z80_max += Z80_CYCLES_HBLANK; in one_frame()
985 odo.z80_max += Z80_CYCLES_HBLANK; in one_frame()
996 odo.z80_max += (Z80_CYCLES_VDELAY - Z80_CYCLES_HBLANK); in one_frame()
1020 odo.z80_max += Z80_CYCLES_HBLANK; in one_frame()
1041 odo.z80_max += Z80_CYCLES_HBLANK; in one_frame()
H A Dmd.h249 #define Z80_CYCLES_HBLANK ((Z80_CYCLES_PER_LINE * 36) / 209) macro