Searched refs:dspctrl_r16 (Results 1 – 4 of 4) sorted by relevance
222 uint16_t dspctrl_r16(offs_t offset, uint16_t mem_mask = ~0);
1080 uint16_t jaguar_state::dspctrl_r16(offs_t offset, uint16_t mem_mask){ if (!(offset&1)) { return dsp… in dspctrl_r16() function in jaguar_state1123 map(0xf1a100, 0xf1a13f).rw(FUNC(jaguar_state::dspctrl_r16), FUNC(jaguar_state::dspctrl_w16)); in console_base_map()