Sound Blaster DSP: Fix readout in reset state on the AZTech DSP, fixes #4747.

This commit is contained in:
OBattler
2024-08-24 23:55:51 +02:00
parent 9da2cef53d
commit 3e1991390f

View File

@@ -1959,7 +1959,9 @@ sb_read(uint16_t a, void *priv)
else
ret = 0x7f;
}
} else
} else if (IS_AZTECH(dsp))
ret = 0x00;
else
ret = 0xff;
break;
case 0xE: /* Read data ready */