summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb14241.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb14241.cpp')
-rw-r--r--src/devices/machine/mb14241.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb14241.cpp b/src/devices/machine/mb14241.cpp
index 732dccf8e1d..44c49fb4e88 100644
--- a/src/devices/machine/mb14241.cpp
+++ b/src/devices/machine/mb14241.cpp
@@ -18,7 +18,7 @@
const device_type MB14241 = &device_creator<mb14241_device>;
mb14241_device::mb14241_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, MB14241, "MB14241 Data Shifter", tag, owner, clock, "mb14241", __FILE__)
+ : device_t(mconfig, MB14241, "MB14241 Data Shifter", tag, owner, clock, "mb14241", __FILE__), m_shift_data(0), m_shift_count(0)
{
}