mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fixed usage of uninitialized member in ds1302_device (nw)
This commit is contained in:
parent
06ef44f862
commit
92fa2354d2
@ -122,6 +122,7 @@ void ds1302_device::device_reset()
|
|||||||
m_ce = 0;
|
m_ce = 0;
|
||||||
m_state = STATE_COMMAND;
|
m_state = STATE_COMMAND;
|
||||||
m_bits = 0;
|
m_bits = 0;
|
||||||
|
m_cmd = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user