summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model3.cpp')
-rw-r--r--src/mame/drivers/model3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/model3.cpp b/src/mame/drivers/model3.cpp
index e479365d8ae..5f71bcac1c1 100644
--- a/src/mame/drivers/model3.cpp
+++ b/src/mame/drivers/model3.cpp
@@ -790,6 +790,7 @@ uint32_t model3_state::pci_device_get_reg()
logerror("pci_device_get_reg: Device 11, unknown reg %02X", reg);
break;
}
+ [[fallthrough]]; // FIXME: really?
case 13: /* Real3D Controller chip */
switch(reg)