diff --git a/src/sound/snd_pssj.c b/src/sound/snd_pssj.c index 4681d2f84..1c91a0231 100644 --- a/src/sound/snd_pssj.c +++ b/src/sound/snd_pssj.c @@ -251,6 +251,14 @@ static const device_config_t pssj_isa_config[] = { .description = "0x0C0", .value = 0x0C0 }, + { + .description = "0x0E0", + .value = 0x0E0 + }, + { + .description = "0x1C0", + .value = 0x1C0 + }, { .description = "0x1E0", .value = 0x1E0 @@ -259,6 +267,10 @@ static const device_config_t pssj_isa_config[] = { .description = "0x2C0", .value = 0x2C0 }, + { + .description = "0x2E0", + .value = 0x2E0 + }, { .description = "" } } },