Default 16-bit DMA channel for the Sound Blaster 16 and AWE32 is now a valid value.

This commit is contained in:
OBattler
2016-11-13 18:45:06 +01:00
parent 7cb901e5e6
commit 3e4c540f92

View File

@@ -1,4 +1,4 @@
#include <stdlib.h>
#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",