summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1302.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1302.cpp')
-rw-r--r--src/devices/machine/ds1302.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1302.cpp b/src/devices/machine/ds1302.cpp
index 1d0d3376483..54c8334d9c3 100644
--- a/src/devices/machine/ds1302.cpp
+++ b/src/devices/machine/ds1302.cpp
@@ -102,7 +102,7 @@ void ds1302_device::device_start()
{
// allocate timers
m_clock_timer = timer_alloc();
- m_clock_timer->adjust(attotime::from_hz(clock() / 32768), 0, attotime::from_hz(clock() / 32768));
+ m_clock_timer->adjust_periodic(attotime::from_hz(clock() / 32768));
m_clk = 0;
m_ce = 0;