tms9995.cpp: fixed different behaviour of the tutor driver in the devnoclear branch (nw)

This commit is contained in:
Ivan Vangelista 2020-05-30 21:59:07 +02:00
parent 9f5ab3f237
commit 22fec9c3c5

View File

@ -194,7 +194,7 @@ enum
void tms9995_device::device_start()
{
// TODO: Restore save state suport
// TODO: Restore save state support
m_prgspace = &space(AS_PROGRAM);
m_setaddr = has_space(AS_SETADDRESS) ? &space(AS_SETADDRESS) : nullptr;
@ -216,6 +216,8 @@ void tms9995_device::device_start()
m_nmi_active = false;
m_int_overflow = false;
m_reset = false;
m_idle_state = false;
m_source_value = 0;