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:
OBattler
2025-08-29 19:54:33 +02:00
parent 5c6c8e7157
commit 1458fb3253

View File

@@ -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 } }