From fe5bb72766db3605ceef165062ff3aac558e80b9 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 22 Oct 2023 06:54:58 +0200 Subject: [PATCH] Mixer registers 12h to 1Eh. --- src/sound/snd_sb.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/sound/snd_sb.c b/src/sound/snd_sb.c index fd0161cd1..8f3500391 100644 --- a/src/sound/snd_sb.c +++ b/src/sound/snd_sb.c @@ -1024,6 +1024,13 @@ sb_ct1745_mixer_read(uint16_t addr, void *priv) ret = 0x02; break; case 0x10: /* Read by Future Crew. */ + case 0x12: /* Possbly read by Future Crew. */ + case 0x14: + case 0x16: + case 0x18: + case 0x1a: + case 0x1c: + case 0x1e: ret = 0xff; break; case 0x22: