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 D | v810_cpu.h | 166 …void SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void MDFN…
|
H A D | v810_cpu.cpp | 414 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 D | v810_cpu.h | 160 …void SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void MDFN…
|
H A D | v810_cpu.cpp | 440 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 D | v810_cpu.h | 161 …void SetIOWriteHandlers(void MDFN_FASTCALL (*write8)(v810_timestamp_t &, uint32, uint8), void MDFN…
|
H A D | v810_cpu.cpp | 433 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 D | vb.cpp | 575 VB_V810->SetIOWriteHandlers(MemWrite8, MemWrite16, NULL); in Load()
|
/dports/emulators/mednafen/mednafen/src/pcfx/ |
H A D | pcfx.cpp | 785 PCFX_V810.SetIOWriteHandlers(port_wbyte, port_whword, NULL); in LoadCommon()
|
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/ |
H A D | libretro.cpp | 1870 VB_V810->SetIOWriteHandlers(MemWrite8, MemWrite16, NULL); in Load()
|
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/ |
H A D | libretro.cpp | 579 PCFX_V810.SetIOWriteHandlers(port_wbyte, port_whword, NULL); in LoadCommon()
|