Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dscsp.c2822 scsp_get_w (u32 a) in scsp_get_w() function
4133 if (a < 0x440) return scsp_get_w (a); in scsp_r_w()
4226 if (a < 0x440) return (scsp_get_w (a + 0) << 16) | scsp_get_w (a + 2); in scsp_r_d()
5691 scsp_set_w (0x402, scsp_get_w (0x402)); in SoundLoadState()