summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/machine/mm58274c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/mm58274c.c b/src/emu/machine/mm58274c.c
index 9029ddfdf78..09e2941b8b7 100644
--- a/src/emu/machine/mm58274c.c
+++ b/src/emu/machine/mm58274c.c
@@ -125,6 +125,8 @@ void mm58274c_device::device_reset()
m_seconds1 = systime.local_time.second / 10;
m_seconds2 = systime.local_time.second % 10;
m_tenths = 0;
+ m_status = 0;
+ m_control = 0;
}