summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fmtowns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fmtowns.cpp')
-rw-r--r--src/mame/drivers/fmtowns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/fmtowns.cpp b/src/mame/drivers/fmtowns.cpp
index c14b2494112..4a0f1629860 100644
--- a/src/mame/drivers/fmtowns.cpp
+++ b/src/mame/drivers/fmtowns.cpp
@@ -1896,6 +1896,7 @@ uint8_t towns_state::towns_cdrom_r(offs_t offset)
{
return towns_cdrom_read_byte_software();
}
+ [[fallthrough]];
default:
return 0x00;
}