summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e0c6200/e0c6200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/e0c6200/e0c6200.cpp')
-rw-r--r--src/devices/cpu/e0c6200/e0c6200.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/e0c6200/e0c6200.cpp b/src/devices/cpu/e0c6200/e0c6200.cpp
index fa8a241f9ec..0cd9f4ef2cb 100644
--- a/src/devices/cpu/e0c6200/e0c6200.cpp
+++ b/src/devices/cpu/e0c6200/e0c6200.cpp
@@ -288,8 +288,7 @@ void e0c6200_cpu_device::execute_one()
case 0x100:
m_icount -= 7;
pop_pc();
- // fall through!
-
+ [[fallthrough]];
// LBPX MX,e: load memory with 8-bit immediate data, increment X by 2
case 0x900:
write_mx(m_op & 0xf); inc_x();