From 280623713b12d9141ccc4b2dfa76c6a4fff2fd3e Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sat, 12 Feb 2022 19:51:09 -0500 Subject: [PATCH] Add 512k to SB 32 PNP --- src/sound/snd_sb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sound/snd_sb.c b/src/sound/snd_sb.c index 5d49c9a62..6157412ea 100644 --- a/src/sound/snd_sb.c +++ b/src/sound/snd_sb.c @@ -2377,6 +2377,9 @@ static const device_config_t sb_32_pnp_config[] = { "None", 0 }, + { + "512 KB", 512 + }, { "2 MB", 2048 },