Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Djaguar.h222 uint16_t dspctrl_r16(offs_t offset, uint16_t mem_mask = ~0);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Djaguar.h222 uint16_t dspctrl_r16(offs_t offset, uint16_t mem_mask = ~0);
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Djaguar.cpp1080 uint16_t jaguar_state::dspctrl_r16(offs_t offset, uint16_t mem_mask){ if (!(offset&1)) { return dsp… in dspctrl_r16() function in jaguar_state
1123 map(0xf1a100, 0xf1a13f).rw(FUNC(jaguar_state::dspctrl_r16), FUNC(jaguar_state::dspctrl_w16)); in console_base_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Djaguar.cpp1080 uint16_t jaguar_state::dspctrl_r16(offs_t offset, uint16_t mem_mask){ if (!(offset&1)) { return dsp… in dspctrl_r16() function in jaguar_state
1123 map(0xf1a100, 0xf1a13f).rw(FUNC(jaguar_state::dspctrl_r16), FUNC(jaguar_state::dspctrl_w16)); in console_base_map()