summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/msm5832.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/msm5832.cpp')
-rw-r--r--src/devices/machine/msm5832.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/msm5832.cpp b/src/devices/machine/msm5832.cpp
index 2e0dcae56da..12a4d914ae2 100644
--- a/src/devices/machine/msm5832.cpp
+++ b/src/devices/machine/msm5832.cpp
@@ -111,7 +111,7 @@ void msm5832_device::device_start()
{
// allocate timers
m_clock_timer = timer_alloc(TIMER_CLOCK);
- m_clock_timer->adjust(attotime::from_hz(clock() / 32768), 0, attotime::from_hz(clock() / 32768));
+ m_clock_timer->adjust_periodic(attotime::from_hz(clock() / 32768));
// state saving
save_item(NAME(m_reg));