summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mm74c922.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mm74c922.cpp')
-rw-r--r--src/devices/machine/mm74c922.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/mm74c922.cpp b/src/devices/machine/mm74c922.cpp
index 6b7f9b50d53..c822c783b33 100644
--- a/src/devices/machine/mm74c922.cpp
+++ b/src/devices/machine/mm74c922.cpp
@@ -43,13 +43,13 @@ mm74c922_device::mm74c922_device(const machine_config &mconfig, const char *tag,
m_read_x2(*this),
m_read_x3(*this),
m_read_x4(*this),
- m_read_x5(*this),
+ m_read_x5(*this), m_cap_osc(0), m_cap_debounce(0),
m_max_y(5), // TODO 4 for 74C922, 5 for 74C923
m_inhibit(0),
m_x(0),
- m_y(0),
+ m_y(0), m_data(0),
m_da(0),
- m_next_da(0)
+ m_next_da(0), m_scan_timer(nullptr)
{
}