summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp/dp8344.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/bcp/dp8344.cpp')
-rw-r--r--src/devices/cpu/bcp/dp8344.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/bcp/dp8344.cpp b/src/devices/cpu/bcp/dp8344.cpp
index b58599e3183..628334ea569 100644
--- a/src/devices/cpu/bcp/dp8344.cpp
+++ b/src/devices/cpu/bcp/dp8344.cpp
@@ -1831,7 +1831,7 @@ void dp8344_device::store_result()
write_register(m_latched_instr & 0x001f, m_source_data);
break;
}
-
+ [[fallthrough]]; // FIXME: really?
case 0xe000:
if (BIT(m_latched_instr, 11))
m_source_data = sub_nzcv(m_source_data, read_accumulator(), BIT(m_latched_instr, 10) && BIT(m_ccr, 1));