summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mm58167.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-10-09 21:53:38 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-10-09 22:04:32 -0400
commit0d2d4cab4fdfa14d2ef65f2245e82ca4a5c8f2fd (patch)
treee7b7ee41c5f392d750f2268d459f81d3c6839f7d /src/devices/machine/mm58167.cpp
parentfd94538c211312aff801ee3decfb1e090ad40218 (diff)
Soft resets no longer turn back clocks on devices
device_rtc_interface: Cleanups and refinements (nw) - Give RTCs their own phase of machine initialization, right after NVRAM loading - Make RTC feature flag overrides const, including one new one - Make rtc_clock_updated a required override
Diffstat (limited to 'src/devices/machine/mm58167.cpp')
-rw-r--r--src/devices/machine/mm58167.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/mm58167.cpp b/src/devices/machine/mm58167.cpp
index ed66df7603f..75e9e799004 100644
--- a/src/devices/machine/mm58167.cpp
+++ b/src/devices/machine/mm58167.cpp
@@ -83,8 +83,6 @@ void mm58167_device::device_start()
void mm58167_device::device_reset()
{
- set_current_time(machine());
-
m_regs[R_CTL_STATUS] = 0; // not busy
m_regs[R_CTL_IRQSTATUS] = 0;
m_regs[R_CTL_IRQCONTROL] = 0;