Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp1.h59 INLINE void PokeVRAM(const uint32 addr, const uint8 val) in PokeVRAM() function
H A Dvdp2.h140 void PokeVRAM(uint32 addr, const uint8 val);
H A Dvdp2.cpp1289 void PokeVRAM(uint32 addr, const uint8 val) in PokeVRAM() function
/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp1.h63 INLINE void PokeVRAM(const uint32 addr, const uint8 val) in PokeVRAM() function
H A Dvdp2.h140 void PokeVRAM(uint32 addr, const uint8 val) MDFN_COLD;
H A Ddebug.inc214 VDP1::PokeVRAM(Address, *Buffer);
225 VDP2::PokeVRAM(Address, *Buffer);
H A Dvdp2.cpp1304 void PokeVRAM(uint32 addr, const uint8 val) in PokeVRAM() function
/dports/emulators/mednafen/mednafen/src/pce/
H A Dvce.h98 vdc[which].PokeVRAM(Address, Data); in PokeVDCVRAM()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/hw_video/huc6270/
H A Dvdc.h292 INLINE void PokeVRAM(uint16 Address, const uint16 Data) in PokeVRAM() function
/dports/emulators/mednafen/mednafen/src/hw_video/huc6270/
H A Dvdc.h288 INLINE void PokeVRAM(uint16 Address, const uint16 Data) in PokeVRAM() function
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_video/huc6270/
H A Dvdc.h271 INLINE void PokeVRAM(uint16 Address, const uint16 Data) in PokeVRAM() function
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp599 fx_vdc_chips[wc & 1]->PokeVRAM((Address >> 1) & 0xFFFF, data); in Do16BitPut()