Home
last modified time | relevance | path

Searched refs:Cz80_Set_Fetch (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dsms.c188 Cz80_Set_Fetch(&CZ80, 0x4000, 0x7fff, (FPTR)Pico.rom + (d << 14)); in write_bank()
195 Cz80_Set_Fetch(&CZ80, 0x8000, 0xbfff, (FPTR)Pico.rom + (d << 14)); in write_bank()
257 Cz80_Set_Fetch(&CZ80, 0x0000, 0xbfff, (FPTR)Pico.rom); in PicoMemSetupMS()
258 Cz80_Set_Fetch(&CZ80, 0xc000, 0xdfff, (FPTR)PicoMem.zram); in PicoMemSetupMS()
259 Cz80_Set_Fetch(&CZ80, 0xe000, 0xffff, (FPTR)PicoMem.zram); in PicoMemSetupMS()
H A Dmemory.c1290 Cz80_Set_Fetch(&CZ80, 0x0000, 0x1fff, (FPTR)PicoMem.zram); // main RAM in z80_mem_setup()
1291 Cz80_Set_Fetch(&CZ80, 0x2000, 0x3fff, (FPTR)PicoMem.zram); // mirror in z80_mem_setup()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Dsms.c239 Cz80_Set_Fetch(&CZ80, 0x4000, 0x7fff, (FPTR)Pico.rom + (d << 14)); in write_bank()
246 Cz80_Set_Fetch(&CZ80, 0x8000, 0xbfff, (FPTR)Pico.rom + (d << 14)); in write_bank()
309 Cz80_Set_Fetch(&CZ80, 0x0000, 0xbfff, (FPTR)Pico.rom); in PicoMemSetupMS()
310 Cz80_Set_Fetch(&CZ80, 0xc000, 0xdfff, (FPTR)PicoMem.zram); in PicoMemSetupMS()
311 Cz80_Set_Fetch(&CZ80, 0xe000, 0xffff, (FPTR)PicoMem.zram); in PicoMemSetupMS()
H A Dmemory.c1301 Cz80_Set_Fetch(&CZ80, 0x0000, 0x1fff, (FPTR)PicoMem.zram); // main RAM in z80_mem_setup()
1302 Cz80_Set_Fetch(&CZ80, 0x2000, 0x3fff, (FPTR)PicoMem.zram); // mirror in z80_mem_setup()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/cz80/
H A Dcz80.c73 Cz80_Set_Fetch(cpu, 0x0000, 0xFFFF, NULL); in Cz80_Init()
244 void Cz80_Set_Fetch(cz80_struc *cpu, uint16_t low_adr, uint16_t high_adr, void *fetch_adr) in Cz80_Set_Fetch() function
H A Dcz80.h263 void Cz80_Set_Fetch(cz80_struc *cpu, uint16_t low_adr, uint16_t high_adr, void *fetch_adr);
/dports/games/libretro-picodrive/picodrive-600894e/cpu/cz80/
H A Dcz80.h298 void Cz80_Set_Fetch(cz80_struc *CPU, UINT32 low_adr, UINT32 high_adr, FPTR fetch_adr);
H A Dcz80.c410 void Cz80_Set_Fetch(cz80_struc *CPU, UINT32 low_adr, UINT32 high_adr, FPTR fetch_adr) in Cz80_Set_Fetch() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/cz80/
H A Dcz80.h298 void Cz80_Set_Fetch(cz80_struc *CPU, UINT32 low_adr, UINT32 high_adr, FPTR fetch_adr);
H A Dcz80.c418 void Cz80_Set_Fetch(cz80_struc *CPU, UINT32 low_adr, UINT32 high_adr, FPTR fetch_adr) in Cz80_Set_Fetch() function
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmd.cpp399 Cz80_Set_Fetch(&cz80, 0x0000, 0xffff, (void *)z80ram); in z80_init()