Home
last modified time | relevance | path

Searched defs:m68k_read_memory_32 (Results 1 – 14 of 14) sorted by last modified time

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m68k/
H A Dm68kconf.h276 #define m68k_read_memory_32(address) M68KReadLongDebug(address) macro
286 #define m68k_read_memory_32(address) M68KReadLong(address) macro
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Djaguar.c372 unsigned int m68k_read_memory_32(unsigned int address) in m68k_read_memory_32() function
/dports/games/libretro-mu/Mu-ff746b8/src/
H A Dm5XXBus.c183 uint32_t m68k_read_memory_32(uint32_t address){ in m68k_read_memory_32() function
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/m68000/
H A Dm68kmame.h56 #define m68k_read_memory_32(address) (*m68k_memory_intf.read32)(address) macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/m68000/
H A Dm68kmame.h56 #define m68k_read_memory_32(address) (*m68k_memory_intf.read32)(address) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/m68000/
H A Dm68kmame.h45 #define m68k_read_memory_32(address) cpu_readmem32_dword(address) macro
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dm68kmusashi.c129 unsigned int m68k_read_memory_32(unsigned int address) in m68k_read_memory_32() function
/dports/games/libretro-px68k/px68k-libretro-8455d9c/x68k/
H A Dd68kconf.h22 #define m68k_read_memory_32(address) Memory_ReadD(address) macro
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Dmemory.c872 unsigned int m68k_read_memory_32(unsigned int address) { return pm68k_read_memory_32(address); } in m68k_read_memory_32() function
/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dmemory.c860 unsigned int m68k_read_memory_32(unsigned int address) { return pm68k_read_memory_32(address); } in m68k_read_memory_32() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/m68k/
H A Dm68kconf.h276 #define m68k_read_memory_32(address) M68KReadLongDebug(address) macro
286 #define m68k_read_memory_32(address) M68KReadLong(address) macro
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_ssf/
H A Dm68kmame.h54 #define m68k_read_memory_32(address) (*m68k_memory_intf.read32)(address) macro
H A Dsat_hw.c116 unsigned int m68k_read_memory_32(m68ki_cpu_core *cpu, unsigned int address) in m68k_read_memory_32() function
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmem.cpp561 extern "C" unsigned int m68k_read_memory_32(unsigned int address) in m68k_read_memory_32() function