summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/3do.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/3do.cpp')
-rw-r--r--src/mame/machine/3do.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/3do.cpp b/src/mame/machine/3do.cpp
index 28eb8937c22..3572ac49861 100644
--- a/src/mame/machine/3do.cpp
+++ b/src/mame/machine/3do.cpp
@@ -637,7 +637,7 @@ void _3do_state::madam_w(offs_t offset, uint32_t data, uint32_t mem_mask){
case 0x0680/4: case 0x0684/4: case 0x0688/4: case 0x068c/4:
case 0x0690/4: case 0x0694/4: case 0x0698/4: case 0x069c/4:
m_madam.mult[offset & 0x3f] = data;
- [[fallthrough]];
+ break;
case 0x07f0/4:
m_madam.mult_control |= data;
break;