summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1863.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdp1863.cpp')
-rw-r--r--src/devices/sound/cdp1863.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/sound/cdp1863.cpp b/src/devices/sound/cdp1863.cpp
index 984a306b28a..da9194b9a7e 100644
--- a/src/devices/sound/cdp1863.cpp
+++ b/src/devices/sound/cdp1863.cpp
@@ -53,6 +53,10 @@ cdp1863_device::cdp1863_device(const machine_config &mconfig, const char *tag, d
, m_stream(nullptr)
, m_clock1(clock)
, m_clock2(0)
+ , m_oe(0)
+ , m_latch(0)
+ , m_signal(0)
+ , m_incr(0)
{
}