summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs90/tlcs90d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs90/tlcs90d.cpp')
-rw-r--r--src/devices/cpu/tlcs90/tlcs90d.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/tlcs90/tlcs90d.cpp b/src/devices/cpu/tlcs90/tlcs90d.cpp
index d39ddc13325..c4ddbb03ccf 100644
--- a/src/devices/cpu/tlcs90/tlcs90d.cpp
+++ b/src/devices/cpu/tlcs90/tlcs90d.cpp
@@ -877,7 +877,8 @@ void tlcs90_disassembler::decode()
if (b0 == 0xfe) {
OPCC( LDI+b1-0x58,14,18 ) NONE( 1 ) NONE( 2 ) return;
}
- [[fallthrough]]; // FIXME: really?
+ return;
+
case 0x60: // ADD A,g
case 0x61: // ADC A,g
case 0x62: // SUB A,g