From 1458fb32530a292b2dd0d9a02dc9d71853d1269c Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 29 Aug 2025 19:54:33 +0200 Subject: [PATCH] COVOX Sound Master Plus: Make the selectable port 22E[-22F] and 24E[-24F] instead of 330[-331] and 338[-339], fixes #6104. --- src/sound/snd_covox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound/snd_covox.c b/src/sound/snd_covox.c index aaffbcf08..5d6f1f80f 100644 --- a/src/sound/snd_covox.c +++ b/src/sound/snd_covox.c @@ -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 } }