Sound Blaster / ESS: DSP reset now properly disables DMA, fixes the OS/2 ESS ES688 driver.

This commit is contained in:
OBattler
2024-09-22 14:39:50 +02:00
parent 8593b175fd
commit 2afa424261
2 changed files with 36 additions and 28 deletions

View File

@@ -814,8 +814,6 @@ dma16_read(uint16_t addr, UNUSED(void *priv))
case 7: /*Count registers*/
dma_wp[1] ^= 1;
count = dma[channel].cc/* + 1*/;
// if (count > dma[channel].cb)
// count = 0x0000;
if (dma_wp[1])
ret = count & 0xff;
else