summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc4543.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc4543.cpp')
-rw-r--r--src/devices/machine/rtc4543.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/rtc4543.cpp b/src/devices/machine/rtc4543.cpp
index b068e44f882..619ae57ad4a 100644
--- a/src/devices/machine/rtc4543.cpp
+++ b/src/devices/machine/rtc4543.cpp
@@ -89,8 +89,6 @@ void rtc4543_device::device_start()
void rtc4543_device::device_reset()
{
- set_current_time(machine());
-
m_ce = 0;
m_wr = 0;
m_clk = 0;