diff options
author | 2015-12-26 10:10:38 +0100 | |
---|---|---|
committer | 2015-12-26 10:10:38 +0100 | |
commit | 2d00b8653dcaf9222721bc9fd995c1c1cc739c83 (patch) | |
tree | 2a83c24c5d8a01a6aa644579d3f7cb6adceea488 /src/devices/sound/k053260.h | |
parent | b0b5cc7ea9c3c9179378548a174207041c35362c (diff) |
cleanup (nw)
Diffstat (limited to 'src/devices/sound/k053260.h')
-rw-r--r-- | src/devices/sound/k053260.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/sound/k053260.h b/src/devices/sound/k053260.h index 5f64ce86ad3..ace87855740 100644 --- a/src/devices/sound/k053260.h +++ b/src/devices/sound/k053260.h @@ -70,6 +70,10 @@ private: class KDSC_Voice { public: + KDSC_Voice() : m_device(nullptr), m_position(0), m_counter(0), m_output(0), m_playing(false), m_start(0), m_length(0), m_pitch(0), m_volume(0), m_pan(0), m_loop(false), m_kadpcm(false) + { + } + inline void voice_start(k053260_device &device, int index); inline void voice_reset(); inline void set_register(offs_t offset, UINT8 data); |