Don't fatal on unknown SB commands. Fixes Seek & Destroy.
This commit is contained in:
parent
c5a01772ed
commit
c90ef0be59
1 changed files with 2 additions and 2 deletions
|
|
@ -711,8 +711,8 @@ void sb_exec_command(sb_dsp_t *dsp)
|
||||||
break;
|
break;
|
||||||
case 0x38: /*TODO: AZTECH MIDI-related? */
|
case 0x38: /*TODO: AZTECH MIDI-related? */
|
||||||
break;
|
break;
|
||||||
default:
|
// default:
|
||||||
fatal("Exec bad SB command %02X\n",dsp->sb_command);
|
// fatal("Exec bad SB command %02X\n",dsp->sb_command);
|
||||||
|
|
||||||
|
|
||||||
/*TODO: Some more data about the DSP registeres
|
/*TODO: Some more data about the DSP registeres
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue