summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smioc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/smioc.cpp')
-rw-r--r--src/devices/machine/smioc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/smioc.cpp b/src/devices/machine/smioc.cpp
index 3c6bc9a5392..6fb2a565e43 100644
--- a/src/devices/machine/smioc.cpp
+++ b/src/devices/machine/smioc.cpp
@@ -221,7 +221,7 @@ void smioc_device::device_start()
m_m68k_r_cb.resolve_safe(0);
m_m68k_w_cb.resolve_safe();
- m_451_timer->adjust(attotime::from_msec(200), 0, attotime::from_msec(200));
+ m_451_timer->adjust_periodic(attotime::from_msec(200));
}
//-------------------------------------------------