summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am9513.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am9513.cpp')
-rw-r--r--src/devices/machine/am9513.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/am9513.cpp b/src/devices/machine/am9513.cpp
index 5e2ddc15a86..9e6a661b18b 100644
--- a/src/devices/machine/am9513.cpp
+++ b/src/devices/machine/am9513.cpp
@@ -1304,7 +1304,7 @@ void am9513_device::command_write(u8 data)
m_write_prefetch = !BIT(data, 0);
break;
}
- // else fall through
+ [[fallthrough]];
default:
logerror("Invalid command: %02X\n", data);
break;