Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dcmi01a.cpp148 s32 sample = (int32_t)(int8_t)(sample8 ^ 0x80) * m_env * m_vol_latch; in sound_stream_update()
149 if (m_channel == 5) printf("%08x:%02x:%02x:%02x", (uint32_t)sample, sample8, m_env, m_vol_latch); in sound_stream_update()
191 m_vol_latch = 0; in device_reset()
681 m_vol_latch = data; in write()
H A Dcmi01a.h93 uint8_t m_vol_latch; variable
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dcmi01a.cpp148 s32 sample = (int32_t)(int8_t)(sample8 ^ 0x80) * m_env * m_vol_latch; in sound_stream_update()
149 if (m_channel == 5) printf("%08x:%02x:%02x:%02x", (uint32_t)sample, sample8, m_env, m_vol_latch); in sound_stream_update()
191 m_vol_latch = 0; in device_reset()
681 m_vol_latch = data; in write()
H A Dcmi01a.h93 uint8_t m_vol_latch; variable