summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2dma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2dma.cpp')
-rw-r--r--src/devices/machine/ps2dma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ps2dma.cpp b/src/devices/machine/ps2dma.cpp
index 5699d554247..6e143123fb0 100644
--- a/src/devices/machine/ps2dma.cpp
+++ b/src/devices/machine/ps2dma.cpp
@@ -327,7 +327,7 @@ void ps2_dmac_device::follow_source_tag(uint32_t chan)
break;
case ID_REFE:
channel.set_end_tag(true);
- // Intentional fall-through
+ [[fallthrough]];
case ID_REF:
channel.set_addr(addr);
channel.set_tag_addr(channel.tag_addr() + 0x10);