Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dpcfx.cpp57 static uint32 RAM_LPA; // Last page access variable
90 if((A & RAM_PageNOTMask) != RAM_LPA) \
93 RAM_LPA = A & RAM_PageNOTMask; \
333 RAM_LPA = 0; in PCFX_Reset()
990 SFVAR(RAM_LPA), in StateAction()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/
H A Dlibretro.cpp98 static uint32 RAM_LPA; // Last page access variable
122 if((A & RAM_PageNOTMask) != RAM_LPA) \
125 RAM_LPA = A & RAM_PageNOTMask; \
336 RAM_LPA = 0; in PCFX_Reset()