summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ripple_counter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ripple_counter.cpp')
-rw-r--r--src/devices/machine/ripple_counter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ripple_counter.cpp b/src/devices/machine/ripple_counter.cpp
index 881313164e8..037a2fc3a8c 100644
--- a/src/devices/machine/ripple_counter.cpp
+++ b/src/devices/machine/ripple_counter.cpp
@@ -111,7 +111,7 @@ void ripple_counter_device::device_start()
void ripple_counter_device::device_clock_changed()
{
attotime freq = m_reset ? attotime::never : clocks_to_attotime(1);
- m_count_timer->adjust(freq, 0, freq);
+ m_count_timer->adjust_periodic(freq, 0);
}