summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/abc1600mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/abc1600mac.cpp')
-rw-r--r--src/mame/machine/abc1600mac.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/abc1600mac.cpp b/src/mame/machine/abc1600mac.cpp
index 37c70a11433..4b051edf785 100644
--- a/src/mame/machine/abc1600mac.cpp
+++ b/src/mame/machine/abc1600mac.cpp
@@ -116,7 +116,8 @@ abc1600_mac_device::abc1600_mac_device(const machine_config &mconfig, const char
m_page_ram(*this, "page_ram"),
m_watchdog(*this, "watchdog"),
m_cpu(*this, finder_base::DUMMY_TAG),
- m_task(0)
+ m_task(0),
+ m_cause(0)
{
}