mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
[NTVDM]
Signal the next IRQ on EOI. svn path=/trunk/; revision=65011
This commit is contained in:
parent
439fa16903
commit
95928b831b
1 changed files with 6 additions and 0 deletions
|
@ -85,6 +85,12 @@ static VOID PicWriteCommand(BYTE Port, BYTE Value)
|
||||||
/* Otherwise, clear all of them */
|
/* Otherwise, clear all of them */
|
||||||
Pic->InServiceRegister = 0;
|
Pic->InServiceRegister = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (MasterPic.IntRequestRegister || SlavePic.IntRequestRegister)
|
||||||
|
{
|
||||||
|
/* Signal the next IRQ */
|
||||||
|
EmulatorInterruptSignal();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue