Home
last modified time | relevance | path

Searched refs:UnhandledMemoryReadLong (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dmemory.h431 u32 FASTCALL UnhandledMemoryReadLong(USED_IF_DEBUG u32 addr);
463 u32 FASTCALL UnhandledMemoryReadLong(UNUSED SH2_struct *sh, USED_IF_DEBUG u32 addr);
H A Dsh2cache.c517 return UnhandledMemoryReadLong(addr); in sh2_cache_refill_read()
522 return UnhandledMemoryReadLong(addr); in sh2_cache_refill_read()
H A Dsh2core.c2184 return UnhandledMemoryReadLong(addr); in sh2_dma_access()
2207 return UnhandledMemoryReadLong(addr); in sh2_dma_access()
H A Dmemory.c176 u32 FASTCALL UnhandledMemoryReadLong(USED_IF_DEBUG u32 addr) in UnhandledMemoryReadLong() function