summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cdp1852.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cdp1852.cpp')
-rw-r--r--src/devices/machine/cdp1852.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1852.cpp b/src/devices/machine/cdp1852.cpp
index 7a91e4060c3..52fe18eb82b 100644
--- a/src/devices/machine/cdp1852.cpp
+++ b/src/devices/machine/cdp1852.cpp
@@ -43,7 +43,7 @@ cdp1852_device::cdp1852_device(const machine_config &mconfig, const char *tag, d
m_read_mode(*this),
m_write_sr(*this),
m_read_data(*this),
- m_write_data(*this)
+ m_write_data(*this), m_new_data(0), m_data(0), m_next_data(0), m_sr(0), m_next_sr(0), m_scan_timer(nullptr)
{
}