summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg290_timer.cpp
diff options
context:
space:
mode:
author Sandro Ronco <sandro.ronco@gmx.com>2022-08-23 19:57:35 +0200
committer Sandro Ronco <sandro.ronco@gmx.com>2022-08-23 19:57:35 +0200
commitc25246cd261596880a52e7f53afc52b6c67ef77f (patch)
treeb86fd55b02e43e47b462a87e15d6c1ec0eb3d7da /src/devices/machine/spg290_timer.cpp
parent74fa8ec1585fe4ce7dd906216ab51755962177c9 (diff)
hyperscan: added quickload support.
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)
{
}