mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
MPU-401: The IRQ must still be cleared on reset.
This commit is contained in:
@@ -316,6 +316,9 @@ MPU401_Reset(mpu_t *mpu)
|
||||
mpu->ch_toref[i] = 4; /* Dummy reftable. */
|
||||
}
|
||||
|
||||
mpu->state.irq_pending = 0;
|
||||
MPU401_UpdateIRQ(mpu, 0);
|
||||
|
||||
mpu->state.data_onoff = -1;
|
||||
|
||||
mpu->state.req_mask = 0;
|
||||
|
||||
Reference in New Issue
Block a user