mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
COVOX Sound Master Plus: Make the selectable port 22E[-22F] and 24E[-24F] instead of 330[-331] and 338[-339], fixes #6104.
This commit is contained in:
@@ -285,8 +285,8 @@ static const device_config_t soundmasterplus_config[] = {
|
||||
.file_filter = NULL,
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
{ .description = "0x330", .value = 0x330 },
|
||||
{ .description = "0x338", .value = 0x338 },
|
||||
{ .description = "0x22e", .value = 0x22e },
|
||||
{ .description = "0x24e", .value = 0x24e },
|
||||
{ .description = "" }
|
||||
},
|
||||
.bios = { { 0 } }
|
||||
|
||||
Reference in New Issue
Block a user