aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound_pcjr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/sound_pcjr.cpp')
-rw-r--r--engines/agi/sound_pcjr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agi/sound_pcjr.cpp b/engines/agi/sound_pcjr.cpp
index 0a0c456e14..d8592227fc 100644
--- a/engines/agi/sound_pcjr.cpp
+++ b/engines/agi/sound_pcjr.cpp
@@ -350,6 +350,8 @@ void SoundGenPCJr::writeData(uint8 val) {
case 3:
_channel[3].freqCount = _channel[2].freqCount * 2;
break;
+ default:
+ break;
}
} else if (val & 0x80) {
reg = (val >> 5) & 0x3;