Searched defs:cd_bios_r (Results 1 – 2 of 2) sorted by relevance
1092 uint32_t jaguarcd_state::cd_bios_r(offs_t offset){ return m_cd_bios[offset*2+1] << 16 | m_cd_bios[o… in cd_bios_r() function in jaguarcd_state