diff options
Diffstat (limited to 'src/devices/machine/ds1302.cpp')
-rw-r--r-- | src/devices/machine/ds1302.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/ds1302.cpp b/src/devices/machine/ds1302.cpp index c2cd23b560f..b6f6b0675b4 100644 --- a/src/devices/machine/ds1302.cpp +++ b/src/devices/machine/ds1302.cpp @@ -113,8 +113,6 @@ void ds1302_device::device_start() void ds1302_device::device_reset() { - set_current_time(machine()); - m_clk = 0; m_ce = 0; m_state = STATE_COMMAND; |