aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mididrv.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 4b31058fce..ce379a51c6 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -968,8 +968,9 @@ void MidiDriver_QT::send(uint32 b)
// pitch bend changes - ignore those for now
break;
- case 0x12:
- // What is this ?!? Ignore it for now
+ case 0x12: // Occurs in Scumm games
+ case 0x79: // Occurs in Simon1
+ // What are these ?!? Ignore it for now
break;
default: