summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg290_timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg290_timer.cpp')
-rw-r--r--src/devices/machine/spg290_timer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/spg290_timer.cpp b/src/devices/machine/spg290_timer.cpp
index 8b02f751696..ce3754079d3 100644
--- a/src/devices/machine/spg290_timer.cpp
+++ b/src/devices/machine/spg290_timer.cpp
@@ -16,6 +16,7 @@ DEFINE_DEVICE_TYPE(SPG290_TIMER, spg290_timer_device, "spg290_timer", "SPG290 Ti
spg290_timer_device::spg290_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SPG290_TIMER, tag, owner, clock)
, m_irq_cb(*this)
+ , m_enabled(false)
{
}