diff options
Diffstat (limited to 'src/devices/machine/cdp1879.cpp')
| -rw-r--r-- | src/devices/machine/cdp1879.cpp | 2 |
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(); |
