mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
fixed usage of uninitialized members in mm58274c_device (nw)
This commit is contained in:
parent
78687cec73
commit
ce4a1750b1
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user