Home
last modified time | relevance | path

Searched refs:UnhandledMemoryReadWord (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dmemory.h430 u16 FASTCALL UnhandledMemoryReadWord(USED_IF_DEBUG u32 addr);
462 u16 FASTCALL UnhandledMemoryReadWord(UNUSED SH2_struct *sh, USED_IF_DEBUG u32 addr);
H A Dsh2core.c2182 return UnhandledMemoryReadWord(addr); in sh2_dma_access()
2205 return UnhandledMemoryReadWord(addr); in sh2_dma_access()
H A Dmemory.c168 u16 FASTCALL UnhandledMemoryReadWord(USED_IF_DEBUG u32 addr) in UnhandledMemoryReadWord() function