mirror of
https://github.com/holub/mame
synced 2025-05-14 18:08:13 +03:00
fixed uninitialized member in src/emu/machine/mc68901.c (nw)
This commit is contained in:
parent
992cef0e8e
commit
e702b4ba6f
@ -857,6 +857,7 @@ void mc68901_device::device_reset()
|
||||
|
||||
memset(m_tmc, 0, sizeof(m_tmc));
|
||||
memset(m_ti, 0, sizeof(m_ti));
|
||||
memset(m_to, 0, sizeof(m_to));
|
||||
|
||||
register_w(REGISTER_GPIP, 0);
|
||||
register_w(REGISTER_AER, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user