From 978f02aa99d968a770a45b3737f6304fc997369a Mon Sep 17 00:00:00 2001 From: Winins0 <65453129+Winins0@users.noreply.github.com> Date: Mon, 21 Dec 2020 19:49:08 +0300 Subject: [PATCH] Gave 1.x/2.0 Sound Blasters port 0x260. (#1185) --- src/sound/snd_sb.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sound/snd_sb.c b/src/sound/snd_sb.c index 353d25987..303c69ba1 100644 --- a/src/sound/snd_sb.c +++ b/src/sound/snd_sb.c @@ -1506,8 +1506,11 @@ static const device_config_t sb_config[] = "0x240", 0x240 }, { - "" - } + "0x260", 0x260 + }, + { + "" + } } }, {