mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed usage of uninitialized member in tms99xx_device (nw)
This commit is contained in:
parent
d3f53dc2c5
commit
a4c6268934
@ -263,6 +263,7 @@ void tms99xx_device::device_reset()
|
||||
m_check_ready = false;
|
||||
m_wait_state = false;
|
||||
ST = 0;
|
||||
m_irq_state = false;
|
||||
}
|
||||
|
||||
const char* tms99xx_device::s_statename[20] =
|
||||
|
Loading…
Reference in New Issue
Block a user