Default 16-bit DMA channel for the Sound Blaster 16 and AWE32 is now a valid value.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user