summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e0516.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e0516.cpp')
-rw-r--r--src/devices/machine/e0516.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/e0516.cpp b/src/devices/machine/e0516.cpp
index 2833c150e8b..fb3ea2731ee 100644
--- a/src/devices/machine/e0516.cpp
+++ b/src/devices/machine/e0516.cpp
@@ -55,7 +55,7 @@ void e0516_device::device_start()
{
// allocate timers
m_timer = timer_alloc();
- m_timer->adjust(attotime::from_hz(clock() / 32768), 0, attotime::from_hz(clock() / 32768));
+ m_timer->adjust_periodic(attotime::from_hz(clock() / 32768));
// state saving
save_item(NAME(m_cs));