summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68328.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68328.cpp')
-rw-r--r--src/devices/machine/mc68328.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68328.cpp b/src/devices/machine/mc68328.cpp
index 7a8fa1e3fd2..3c8637dc34a 100644
--- a/src/devices/machine/mc68328.cpp
+++ b/src/devices/machine/mc68328.cpp
@@ -583,7 +583,7 @@ void mc68328_device::device_reset()
m_regs.rtcienr = 0x00;
m_regs.stpwtch = 0x00;
- m_rtc->adjust(attotime::from_hz(1), 0, attotime::from_hz(1));
+ m_rtc->adjust_periodic(attotime::from_hz(1));
}