summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/i5000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/i5000.cpp')
-rw-r--r--src/devices/sound/i5000.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/i5000.cpp b/src/devices/sound/i5000.cpp
index 6978b9336f3..3f194ef74c5 100644
--- a/src/devices/sound/i5000.cpp
+++ b/src/devices/sound/i5000.cpp
@@ -224,6 +224,7 @@ void i5000snd_device::write_reg16(uint8_t reg, uint16_t data)
default:
logerror("i5000snd: channel %d unknown sample param %04X!\n", ch, param);
// fall through (take settings from 0x0184)
+ [[fallthrough]];
// 4-bit ADPCM
case 0x0184:
m_channels[ch].freq_min = 0x100;