mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Merge pull request #3979 from Cacodemon345/mga-g100
MGA: Fix busmastering under Windows 2000
This commit is contained in:
commit
4324650a4e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue