summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cdp1879.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cdp1879.cpp')
-rw-r--r--src/devices/machine/cdp1879.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/cdp1879.cpp b/src/devices/machine/cdp1879.cpp
index eee9df590b5..1ecf168b3d5 100644
--- a/src/devices/machine/cdp1879.cpp
+++ b/src/devices/machine/cdp1879.cpp
@@ -140,6 +140,7 @@ void cdp1879_device::write(offs_t offset, uint8_t data)
m_regs[offset + 6] = data;
break;
}
+ [[fallthrough]];
case R_CNT_DAYOFMONTH:
case R_CNT_MONTH:
m_regs[offset] = data;