Home
last modified time | relevance | path

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

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dmemory.c92 static opbase_handler OPbasefunc; variable
674 OPbasefunc = setOPbasefunc[activecpu]; in memorycontextswap()
764 if (OPbasefunc) \
766 pc = OPbasefunc(pc); \
956 OPbasefunc = function; in cpu_setOPbaseoverride()