tms9914: simplify handling of CIDS state (nw)

This commit is contained in:
fulivi 2020-04-28 13:17:21 +02:00
parent b25fdfbe46
commit a4dc7acbd1

View File

@ -1005,8 +1005,8 @@ void tms9914_device::update_fsm()
} else {
switch (m_c_state) {
case FSM_C_CIDS:
// sic | rqc -> CADS
if (!controller_reset() && m_sic && m_c_state == FSM_C_CIDS) {
// See also sic & rqc aux commands
if (m_sic) {
m_c_state = FSM_C_CADS;
}
break;