Sound Blaster DSP now inits with a default IRQ of 5 instead of 7.

This commit is contained in:
OBattler
2016-08-03 00:49:43 +02:00
parent 607c80246f
commit d970768355

View File

@@ -609,7 +609,7 @@ void sb_dsp_init(sb_dsp_t *dsp, int type)
{
dsp->sb_type = type;
dsp->sb_irqnum = 7;
dsp->sb_irqnum = 5;
dsp->sb_8_dmanum = 1;
sb_doreset(dsp);