Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dspg2xx_audio.h60 …me(const offs_t channel) const { return m_audio_regs[(channel << 4) | AUDIO_PAN_VOL] & AUDIO_VOLUM… in get_volume()
61 …uint16_t get_pan(const offs_t channel) const { return (m_audio_regs[(channel << 4) | AUDIO_PAN_VOL in get_pan()
133 AUDIO_PAN_VOL = 0x003, enumerator
H A Dspg2xx_audio.cpp356 case AUDIO_PAN_VOL: in audio_r()
825 case AUDIO_PAN_VOL: in audio_w()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dspg2xx_audio.h60 …me(const offs_t channel) const { return m_audio_regs[(channel << 4) | AUDIO_PAN_VOL] & AUDIO_VOLUM… in get_volume()
61 …uint16_t get_pan(const offs_t channel) const { return (m_audio_regs[(channel << 4) | AUDIO_PAN_VOL in get_pan()
133 AUDIO_PAN_VOL = 0x003, enumerator
H A Dspg2xx_audio.cpp356 case AUDIO_PAN_VOL: in audio_r()
825 case AUDIO_PAN_VOL: in audio_w()