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;
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue