mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Merge pull request #6605 from fulivi/tms9914_dev3
tms9914: simplify handling of CIDS state
This commit is contained in:
commit
f9faa6db7e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user