fixed usage of uninitialized member in tms99xx_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-28 10:03:33 +00:00
parent d3f53dc2c5
commit a4c6268934

View File

@ -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] =