Sound Blaster DSP: Fix readout in reset state on the AZTech DSP, fixes #4747.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user