Merge pull request #3979 from Cacodemon345/mga-g100

MGA: Fix busmastering under Windows 2000
This commit is contained in:
Miran Grča
2023-12-31 17:54:00 +01:00
committed by GitHub

View File

@@ -2175,6 +2175,7 @@ mystique_ctrl_write_b(uint32_t addr, uint8_t val, void *priv)
thread_wait_mutex(mystique->dma.lock);
WRITE8(addr, mystique->dma.primaddress, val);
mystique->dma.pri_state = 0;
mystique->dma.words_expected = 0;
thread_release_mutex(mystique->dma.lock);
break;