Fix busmastering under Windows 2000
This commit is contained in:
@@ -2175,6 +2175,7 @@ mystique_ctrl_write_b(uint32_t addr, uint8_t val, void *priv)
|
|||||||
thread_wait_mutex(mystique->dma.lock);
|
thread_wait_mutex(mystique->dma.lock);
|
||||||
WRITE8(addr, mystique->dma.primaddress, val);
|
WRITE8(addr, mystique->dma.primaddress, val);
|
||||||
mystique->dma.pri_state = 0;
|
mystique->dma.pri_state = 0;
|
||||||
|
mystique->dma.words_expected = 0;
|
||||||
thread_release_mutex(mystique->dma.lock);
|
thread_release_mutex(mystique->dma.lock);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user