summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/isbc_215g.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/isbc_215g.cpp')
-rw-r--r--src/mame/machine/isbc_215g.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/isbc_215g.cpp b/src/mame/machine/isbc_215g.cpp
index 6b00e9eabfc..a0092feb154 100644
--- a/src/mame/machine/isbc_215g.cpp
+++ b/src/mame/machine/isbc_215g.cpp
@@ -192,6 +192,7 @@ void isbc_215g_device::io_w(offs_t offset, uint16_t data)
find_sector();
else if(m_amsrch)
logerror("isbc_215g: address search without read gate\n");
+ [[fallthrough]];
case 0x01:
m_stepdir = (data & 0x80) ? 1 : 0;
break;