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
commit 4324650a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;