mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed uninitialized member usage in tms9995_device (nw)
This commit is contained in:
parent
0b4747eca1
commit
c099881e64
@ -227,6 +227,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;
|
||||
}
|
||||
|
||||
const char* tms9995_device::s_statename[20] =
|
||||
|
Loading…
Reference in New Issue
Block a user