Home
last modified time | relevance | path

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

/dports/games/tenebrae/tenebrae_0/
H A Dcd_audio.c86 #define AUDIO_CONTROL_MASK 0xd0 macro
338 control = readInfo->audioTrackInfo.control & AUDIO_CONTROL_MASK; in CDAudio_GetAudioTrackInfo()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcd_dos.c91 #define AUDIO_CONTROL_MASK 0xd0 macro
345 control = readInfo->audioTrackInfo.control & AUDIO_CONTROL_MASK; in CDAudio_GetAudioTrackInfo()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dspg2xx_audio.h252 AUDIO_CONTROL_MASK = 0x9fe8, enumerator
H A Dspg2xx_audio.cpp648 m_audio_ctrl_regs[offset] = data & AUDIO_CONTROL_MASK; in audio_ctrl_w()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dspg2xx_audio.h252 AUDIO_CONTROL_MASK = 0x9fe8, enumerator
H A Dspg2xx_audio.cpp648 m_audio_ctrl_regs[offset] = data & AUDIO_CONTROL_MASK; in audio_ctrl_w()