Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dmemory.h435 u8 FASTCALL HighWramMemoryReadByte(u32 addr);
467 u8 FASTCALL HighWramMemoryReadByte(SH2_struct *sh, u32 addr);
H A Dmemory.c205 u8 FASTCALL HighWramMemoryReadByte(u32 addr) in HighWramMemoryReadByte() function
424 return HighWramMemoryReadByte(addr); in Sh2HighWramMemoryReadByte()
H A Dsh2core.c2530 return HighWramMemoryReadByte(addr); in sh2_dma_access()