Home
last modified time | relevance | path

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

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Djerry.c379 return DSPReadByte(offset, who); in JERRYReadByte()
381 return DSPReadByte(offset, who); in JERRYReadByte()
H A Ddsp.h26 uint8_t DSPReadByte(uint32_t offset, uint32_t who);
H A Ddsp.c373 uint8_t DSPReadByte(uint32_t offset, uint32_t who/*=UNKNOWN*/) in DSPReadByte() function