Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/pce/
H A Dvce.h73 INLINE void PokePRAM(const uint16 Address, const uint16 Data) in PokePRAM() function
H A Ddebug.cpp958 vce->PokePRAM((Address >> 1) & 0x1FF, data); in Do16BitPut()