summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg2xx_io.cpp')
-rw-r--r--src/devices/machine/spg2xx_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spg2xx_io.cpp b/src/devices/machine/spg2xx_io.cpp
index cbd63945da2..14cf55d7929 100644
--- a/src/devices/machine/spg2xx_io.cpp
+++ b/src/devices/machine/spg2xx_io.cpp
@@ -805,7 +805,7 @@ void spg2xx_io_device::io_w(offs_t offset, uint16_t data)
case REG_IOA_DATA: case REG_IOB_DATA: case REG_IOC_DATA:
offset++;
- // Intentional fallthrough - we redirect data register writes to the buffer register.
+ [[fallthrough]]; // we redirect data register writes to the buffer register.
case REG_IOA_BUFFER: case REG_IOA_ATTRIB:
case REG_IOB_BUFFER: case REG_IOB_ATTRIB: