summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/tms9914.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/tms9914.cpp b/src/devices/machine/tms9914.cpp
index fc6c7dbe9d5..b18824ab292 100644
--- a/src/devices/machine/tms9914.cpp
+++ b/src/devices/machine/tms9914.cpp
@@ -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;