summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vboy.cpp')
-rw-r--r--src/mame/audio/vboy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/audio/vboy.cpp b/src/mame/audio/vboy.cpp
index 56aa88e9054..3d6abbe6b89 100644
--- a/src/mame/audio/vboy.cpp
+++ b/src/mame/audio/vboy.cpp
@@ -442,6 +442,7 @@ void vboysnd_device::write(offs_t offset, uint8_t data)
break;
}
}
+ [[fallthrough]]; // FIXME: really?
case SxINT:
if (channel < 5)
{