mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) fixed uninitialized member in src/mess/machine/upd65031.c (nw)
This commit is contained in:
parent
4e2eb1e375
commit
800882e680
@ -279,6 +279,7 @@ void upd65031_device::device_reset()
|
||||
m_tack = 0;
|
||||
m_com = 0;
|
||||
m_flash = 0;
|
||||
m_mode = 0;
|
||||
set_mode(STATE_AWAKE);
|
||||
|
||||
if (m_out_mem_cb)
|
||||
|
Loading…
Reference in New Issue
Block a user