summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/r10788.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/r10788.cpp')
-rw-r--r--src/devices/machine/r10788.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/r10788.cpp b/src/devices/machine/r10788.cpp
index 56470527373..b48501c108e 100644
--- a/src/devices/machine/r10788.cpp
+++ b/src/devices/machine/r10788.cpp
@@ -82,7 +82,7 @@ void r10788_device::device_start()
m_timer = timer_alloc(TIMER_DISPLAY);
// recurring timer every 36 cycles
- m_timer->adjust(clocks_to_attotime(36), 0, clocks_to_attotime(36));
+ m_timer->adjust_periodic(clocks_to_attotime(36));
}
/**