diff --git a/src/sound/snd_sb.c b/src/sound/snd_sb.c index 40946334e..fd0161cd1 100644 --- a/src/sound/snd_sb.c +++ b/src/sound/snd_sb.c @@ -1023,6 +1023,9 @@ sb_ct1745_mixer_read(uint16_t addr, void *priv) case 0x0e: ret = 0x02; break; + case 0x10: /* Read by Future Crew. */ + ret = 0xff; + break; case 0x22: ret = ((mixer->regs[0x31] >> 4) & 0x0f) | (mixer->regs[0x30] & 0xf0); break;