Home
last modified time | relevance | path

Searched refs:z80_core (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmdfr.cpp399 if (z80_core == Z80_CORE_CZ80) in md_set()
404 if (z80_core == Z80_CORE_MZ80) in md_set()
409 if (z80_core == Z80_CORE_DRZ80) in md_set()
635 if (z80_core == Z80_CORE_CZ80) in z80_odo()
639 if (z80_core == Z80_CORE_MZ80) in z80_odo()
685 if (z80_core == Z80_CORE_CZ80) in z80_run()
765 if (z80_core == Z80_CORE_CZ80) in z80_sync()
820 if (z80_core == Z80_CORE_CZ80) in z80_irq()
825 if (z80_core == Z80_CORE_MZ80) in z80_irq()
845 if (z80_core == Z80_CORE_CZ80) in z80_irq_clear()
[all …]
H A Dmd.cpp721 z80_core = Z80_CORE_MZ80; in md()
726 z80_core = Z80_CORE_CZ80; in md()
731 z80_core = Z80_CORE_DRZ80; in md()
735 z80_core = Z80_CORE_NONE; in md()
1034 z80_core = (enum z80_core)((z80_core + 1) % Z80_CORE_TOTAL); in cycle_z80()
H A Dsave.cpp79 switch (z80_core) { in z80_state_dump()
109 switch (z80_core) { in z80_state_restore()
H A Dmd.h589 enum z80_core { enum
601 } z80_core; variable
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/
H A Dsdl.cpp4350 megad.z80_core = md::Z80_CORE_MZ80; in prompt_rehash_rc_field()
4355 megad.z80_core = md::Z80_CORE_CZ80; in prompt_rehash_rc_field()
4360 megad.z80_core = md::Z80_CORE_DRZ80; in prompt_rehash_rc_field()
4364 megad.z80_core = md::Z80_CORE_NONE; in prompt_rehash_rc_field()
5557 switch (megad.z80_core) { in ctl_dgen_z80_toggle()