mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
fixed usage of uninitialized meber in tms9995_device (nw)
This commit is contained in:
parent
05da05d4a7
commit
434abb4e3e
@ -228,6 +228,7 @@ void tms9995_device::device_reset()
|
||||
m_reset = true; // for the main loop
|
||||
m_servicing_interrupt = false; // only for debugging
|
||||
m_request_auto_wait_state = false;
|
||||
memset(m_flag, 0, sizeof(m_flag));
|
||||
}
|
||||
|
||||
const char* tms9995_device::s_statename[20] =
|
||||
|
Loading…
Reference in New Issue
Block a user