summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cdp1879.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cdp1879.cpp')
-rw-r--r--src/devices/machine/cdp1879.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1879.cpp b/src/devices/machine/cdp1879.cpp
index 4a21a360ef7..96430fd03bd 100644
--- a/src/devices/machine/cdp1879.cpp
+++ b/src/devices/machine/cdp1879.cpp
@@ -37,7 +37,7 @@ void cdp1879_device::device_start()
{
// allocate timers
m_clock_timer = timer_alloc();
- m_clock_timer->adjust(attotime::from_seconds(1), 0, attotime::from_seconds(1));
+ m_clock_timer->adjust_periodic(attotime::from_seconds(1));
m_irq_w.resolve_safe();