From d97076835587bb8c8a6f7de1611d132e77dade0c Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 3 Aug 2016 00:49:43 +0200 Subject: [PATCH] Sound Blaster DSP now inits with a default IRQ of 5 instead of 7. --- src/sound_sb_dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound_sb_dsp.c b/src/sound_sb_dsp.c index dc4013c1c..232604e14 100644 --- a/src/sound_sb_dsp.c +++ b/src/sound_sb_dsp.c @@ -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);