Home
last modified time | relevance | path

Searched refs:z80_state (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmdfr.cpp278 z80.z80r = z80_state.r; in md_set_mz80_sync()
279 z80.z80i = z80_state.i; in md_set_mz80_sync()
280 z80.z80iff = z80_state.iff; in md_set_mz80_sync()
298 z80_state.r = z80.z80r; in md_set_mz80_sync()
299 z80_state.i = z80.z80i; in md_set_mz80_sync()
300 z80_state.iff = z80.z80iff; in md_set_mz80_sync()
351 drz80.Z80R = z80_state.r; in md_set_drz80_sync()
352 drz80.Z80I = z80_state.i; in md_set_drz80_sync()
354 drz80.Z80IM = z80_state.im; in md_set_drz80_sync()
371 z80_state.r = drz80.Z80R; in md_set_drz80_sync()
[all …]
H A Dsave.cpp77 z80_state.irq_asserted = z80_st_irq; in z80_state_dump()
134 if (z80_state.irq_asserted) in z80_state_restore()
135 z80_irq(z80_state.irq_vector); in z80_state_restore()
338 memcpy(&z80_state.ix, &p[0x0], 2); in import_gst()
339 memcpy(&z80_state.iy, &p[0x4], 2); in import_gst()
343 z80_state.i = p[0]; in import_gst()
344 z80_state.r = p[1]; in import_gst()
440 p[0] = z80_state.i; in export_gst()
441 p[1] = z80_state.r; in export_gst()
442 p[2] = ((z80_state.iff >> 1) | z80_state.iff); in export_gst()
[all …]
H A Ddebug.cpp520 return le2h16(z80_state.pc); in z80_get_pc()
1233 ((uintptr_t)&z80_state.alt[idx].id - (uintptr_t)&z80_state), \ in debug_cmd_setbwlr()
1234 sizeof(z80_state.alt[idx].id) \ in debug_cmd_setbwlr()
1530 le2h16(z80_state.ix), in debug_show_z80_regs()
1531 le2h16(z80_state.iy), in debug_show_z80_regs()
1532 le2h16(z80_state.sp), in debug_show_z80_regs()
1533 le2h16(z80_state.pc), in debug_show_z80_regs()
1534 z80_state.r, in debug_show_z80_regs()
1535 z80_state.i, in debug_show_z80_regs()
1536 z80_state.iff, in debug_show_z80_regs()
[all …]
H A Dmd.cpp260 memset(&z80_state, 0, sizeof(z80_state)); in reset()
584 memset(&z80_state, 0, sizeof(z80_state)); in md()
H A Dmd.h406 z80_state_t z80_state; variable
/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dz80if.c134 struct z80_state { struct
154 struct z80_state *s = data; in z80_pack() argument
209 const struct z80_state *s = data; in z80_unpack()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Dz80if.c134 struct z80_state { struct
154 struct z80_state *s = data; in z80_pack() argument
209 const struct z80_state *s = data; in z80_unpack()