summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/mcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/mcd.cpp')
-rw-r--r--src/devices/bus/isa/mcd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/mcd.cpp b/src/devices/bus/isa/mcd.cpp
index 0e184f56da4..a06e269302c 100644
--- a/src/devices/bus/isa/mcd.cpp
+++ b/src/devices/bus/isa/mcd.cpp
@@ -224,6 +224,7 @@ void mcd_isa_device::cmd_w(uint8_t data)
{
case 5:
m_readmsf = 0;
+ [[fallthrough]];
case 4:
case 3:
m_readmsf |= bcd_2_dec(data) << ((m_cmdrd_count - 3) * 8);