Home
last modified time | relevance | path

Searched refs:M68KWriteLong (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m68k/
H A Dm68kconf.h249 void __fastcall M68KWriteLong(unsigned int a, unsigned int d);
291 #define m68k_write_memory_32(address, value) M68KWriteLong(address, value)
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/m68k/
H A Dm68kconf.h249 void __fastcall M68KWriteLong(unsigned int a, unsigned int d);
291 #define m68k_write_memory_32(address, value) M68KWriteLong(address, value)
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/
H A Dc68000_intf.cpp374 void __fastcall M68KWriteLong(UINT32 a, UINT32 d) { m68k_write32(a, d); } in M68KWriteLong() function
1063 M68KWriteLongDebug = M68KWriteLong; in SekDbgDisableBreakpoints()
H A Dm68000_intf.cpp689 void __fastcall M68KWriteLong(UINT32 a, UINT32 d) { WriteLong(a, d); } in M68KWriteLong() function
1436 M68KWriteLongDebug = M68KWriteLong; in SekDbgDisableBreakpoints()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/
H A Dm68000_intf.cpp746 void __fastcall M68KWriteLong(UINT32 a, UINT32 d) { WriteLong(a, d); } in M68KWriteLong() function
1829 M68KWriteLongDebug = M68KWriteLong; in SekDbgDisableBreakpoints()
H A Dc68000_intf.cpp482 void __fastcall M68KWriteLong(UINT32 a, UINT32 d) { WriteLong(a, d); } in M68KWriteLong() function