Home
last modified time | relevance | path

Searched refs:z80_bank68k (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dmemory.c556 Pico.m.z80_bank68k >>= 1; in PicoWrite8_z80()
557 Pico.m.z80_bank68k |= d << 8; in PicoWrite8_z80()
558 Pico.m.z80_bank68k &= 0x1ff; // 9 bits and filled in the new top one in PicoWrite8_z80()
559 elprintf(EL_Z80BNK, "z80 bank=%06x", Pico.m.z80_bank68k << 15); in PicoWrite8_z80()
1212 addr68k = Pico.m.z80_bank68k << 15; in z80_md_bank_read()
1238 Pico.m.z80_bank68k >>= 1; in z80_md_vdp_br_write()
1239 Pico.m.z80_bank68k |= data << 8; in z80_md_vdp_br_write()
1240 Pico.m.z80_bank68k &= 0x1ff; // 9 bits and filled in the new top one in z80_md_vdp_br_write()
1251 addr68k = Pico.m.z80_bank68k << 15; in z80_md_bank_write()
H A Dpico.c176 Pico.m.z80_bank68k = 0; in PicoReset()
H A Ddebug.c51 …%i, z80_reset: %i, z80_bnk: %06x\n", Pico.m.z80Run, Pico.m.z80_reset, Pico.m.z80_bank68k<<15); MVP; in PDebugMain()
H A Dpico_int.h322 unsigned short z80_bank68k; // 0a member
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Dmemory.c566 Pico.m.z80_bank68k >>= 1; in PicoWrite8_z80()
567 Pico.m.z80_bank68k |= d << 8; in PicoWrite8_z80()
568 Pico.m.z80_bank68k &= 0x1ff; // 9 bits and filled in the new top one in PicoWrite8_z80()
569 elprintf(EL_Z80BNK, "z80 bank=%06x", Pico.m.z80_bank68k << 15); in PicoWrite8_z80()
1223 addr68k = Pico.m.z80_bank68k << 15; in z80_md_bank_read()
1249 Pico.m.z80_bank68k >>= 1; in z80_md_vdp_br_write()
1250 Pico.m.z80_bank68k |= data << 8; in z80_md_vdp_br_write()
1251 Pico.m.z80_bank68k &= 0x1ff; // 9 bits and filled in the new top one in z80_md_vdp_br_write()
1262 addr68k = Pico.m.z80_bank68k << 15; in z80_md_bank_write()
H A Dpico.c180 Pico.m.z80_bank68k = 0; in PicoReset()
H A Ddebug.c57 …%i, z80_reset: %i, z80_bnk: %06x\n", Pico.m.z80Run, Pico.m.z80_reset, Pico.m.z80_bank68k<<15); MVP; in PDebugMain()
H A Dpico_int.h327 unsigned short z80_bank68k; // 0a member
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmem.cpp31 return misc_readbyte(z80_bank68k + (a & 0x7fff)); in z80_read()
57 tmp = (z80_bank68k >> 1); in z80_write()
59 z80_bank68k = (tmp & 0xff8000); in z80_write()
71 misc_writebyte((z80_bank68k + (a & 0x7fff)), d); in z80_write()
H A Dsave.cpp357 z80_bank68k = le2h32(tmp); in import_gst()
448 tmp = h2le32(z80_bank68k); in export_gst()
H A Dmd.cpp422 z80_bank68k = 0xff8000; in z80_init()
430 z80_bank68k = 0xff8000; in z80_reset()
H A Dmd.h445 uint32_t z80_bank68k; variable
/dports/games/libretro-picodrive/picodrive-600894e/pico/32x/
H A Dmemory.c1591 addr68k = Pico.m.z80_bank68k << 15; in z80_md_bank_write_32x()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/32x/
H A Dmemory.c2037 addr68k = Pico.m.z80_bank68k << 15; in z80_md_bank_write_32x()