Home
last modified time | relevance | path

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

/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/
H A Dv810_cpu.h166 …void SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void MDFN…
H A Dv810_cpu.cpp414 void V810::SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void… in SetIOWriteHandlers() function in V810
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_cpu/v810/
H A Dv810_cpu.h160 …void SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void MDFN…
H A Dv810_cpu.cpp440 void V810::SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void… in SetIOWriteHandlers() function in V810
/dports/emulators/mednafen/mednafen/src/hw_cpu/v810/
H A Dv810_cpu.h161 …void SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void MDFN…
H A Dv810_cpu.cpp433 void V810::SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void… in SetIOWriteHandlers() function in Mednafen::V810
/dports/emulators/mednafen/mednafen/src/vb/
H A Dvb.cpp575 VB_V810->SetIOWriteHandlers(MemWrite8, MemWrite16, NULL); in Load()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dpcfx.cpp785 PCFX_V810.SetIOWriteHandlers(port_wbyte, port_whword, NULL); in LoadCommon()
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/
H A Dlibretro.cpp1870 VB_V810->SetIOWriteHandlers(MemWrite8, MemWrite16, NULL); in Load()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/
H A Dlibretro.cpp579 PCFX_V810.SetIOWriteHandlers(port_wbyte, port_whword, NULL); in LoadCommon()