From c90ef0be59eeda02152f2e6e82904f3041b945b7 Mon Sep 17 00:00:00 2001 From: SarahW Date: Sat, 11 Apr 2020 12:24:16 +0100 Subject: [PATCH] Don't fatal on unknown SB commands. Fixes Seek & Destroy. --- src/sound_sb_dsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound_sb_dsp.c b/src/sound_sb_dsp.c index 0cf391a..09f10d6 100644 --- a/src/sound_sb_dsp.c +++ b/src/sound_sb_dsp.c @@ -711,8 +711,8 @@ void sb_exec_command(sb_dsp_t *dsp) break; case 0x38: /*TODO: AZTECH MIDI-related? */ break; - default: - fatal("Exec bad SB command %02X\n",dsp->sb_command); +// default: +// fatal("Exec bad SB command %02X\n",dsp->sb_command); /*TODO: Some more data about the DSP registeres