summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/m3002.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/m3002.cpp')
-rw-r--r--src/devices/machine/m3002.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/m3002.cpp b/src/devices/machine/m3002.cpp
index 55339217544..b5827f3aef2 100644
--- a/src/devices/machine/m3002.cpp
+++ b/src/devices/machine/m3002.cpp
@@ -102,7 +102,7 @@ void m3002_device::device_start()
void m3002_device::device_clock_changed()
{
attotime second = clocks_to_attotime(32768);
- m_second_timer->adjust(second, 0, second);
+ m_second_timer->adjust_periodic(second);
}