fixed uninitialized member usage in tms9995_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-26 10:30:00 +00:00
parent 0b4747eca1
commit c099881e64

View File

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