Don't fatal on unknown SB commands. Fixes Seek & Destroy.

This commit is contained in:
SarahW 2020-04-11 12:24:16 +01:00
commit c90ef0be59

View file

@ -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