summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konamigx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konamigx.cpp')
-rw-r--r--src/mame/machine/konamigx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/konamigx.cpp b/src/mame/machine/konamigx.cpp
index 53ad766b79f..50b1ac1d09b 100644
--- a/src/mame/machine/konamigx.cpp
+++ b/src/mame/machine/konamigx.cpp
@@ -195,6 +195,7 @@ void konamigx_state::K053990_martchmp_word_w(offs_t offset, uint16_t data, uint1
{
case 0xffff: // word copy
element_size = 2;
+ [[fallthrough]];
case 0xff00: // byte copy
src_addr = m_prot_data[0x0];
src_addr |= m_prot_data[0x1]<<16 & 0xff0000;