Home
last modified time | relevance | path

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

/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstar_interf.c166 pretend_readbyte[1].memorycall=mem68k_fetch_bk_normal_byte; in bankswitcher_init()
H A Dmemory.h194 Uint8 mem68k_fetch_bk_normal_byte(Uint32 addr);
H A Dcyclone_interf.c153 return mem68k_fetch_bk_normal_byte(a); in MyRead8()
H A Dgenerator68k_interf.c172 mem68k_def[2].fetch_byte=mem68k_fetch_bk_normal_byte; in bankswitcher_init()
H A Dmemory.c818 Uint8 mem68k_fetch_bk_normal_byte(Uint32 addr) { in mem68k_fetch_bk_normal_byte() function