mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
tms9995.cpp: fixed different behaviour of the tutor driver in the devnoclear branch (nw)
This commit is contained in:
parent
9f5ab3f237
commit
22fec9c3c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user