AGI: Improve debug output

This commit is contained in:
Eugene Sandulenko 2015-11-27 23:37:27 +01:00
parent 7a21929e08
commit 34a1d7aaaa

View File

@ -345,7 +345,7 @@ void SoundGen2GS::advanceMidiPlayer() {
case MIDI_PITCH_WHEEL:
parm1 = *p++;
parm2 = *p++;
debugC(3, kDebugLevelSound, "channel %X: pitch wheel (unimplemented)", chn);
debugC(3, kDebugLevelSound, "channel %X: pitch wheel (unimplemented) %02X, %02X", chn, parm1, parm2);
break;
default: