From 3e4c540f9265abeff5848f3141b0c747b41f95bd Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 13 Nov 2016 18:45:06 +0100 Subject: [PATCH] Default 16-bit DMA channel for the Sound Blaster 16 and AWE32 is now a valid value. --- src/sound_sb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sound_sb.c b/src/sound_sb.c index d99e7eee7..2191e2d4c 100644 --- a/src/sound_sb.c +++ b/src/sound_sb.c @@ -1,4 +1,4 @@ -#include + #include "ibm.h" #include "device.h" #include "sound_emu8k.h" @@ -822,7 +822,7 @@ static device_config_t sb_16_config[] = .description = "" } }, - .default_int = 1 + .default_int = 5 }, { .name = "midi", @@ -953,7 +953,7 @@ static device_config_t sb_awe32_config[] = .description = "" } }, - .default_int = 1 + .default_int = 5 }, { .name = "midi",