summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74181.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74181.cpp')
-rw-r--r--src/devices/machine/74181.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74181.cpp b/src/devices/machine/74181.cpp
index 93070b4cccd..a58b2cd190c 100644
--- a/src/devices/machine/74181.cpp
+++ b/src/devices/machine/74181.cpp
@@ -32,7 +32,7 @@ ttl74181_device::ttl74181_device(const machine_config &mconfig, const char *tag,
m_b(0),
m_s(0),
m_m(0),
- m_c(0)
+ m_c(0), m_f(0), m_cn(0), m_g(0), m_p(0), m_equals(0)
{
}