mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-05 23:31:17 +00:00
Fixed comment typo
This commit is contained in:
parent
ceb0416bf3
commit
8ee651a6f8
@ -427,7 +427,7 @@ static __forceinline void CheckInterruptSources(ULONG uExecutedCycles)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GH#605: IRQ needs to occur within 17 cycles (6 opcodes) of configuring the timer interrupt
|
// GH#608: IRQ needs to occur within 17 cycles (6 opcodes) of configuring the timer interrupt
|
||||||
void CpuAdjustIrqCheck(UINT uCyclesUntilInterrupt)
|
void CpuAdjustIrqCheck(UINT uCyclesUntilInterrupt)
|
||||||
{
|
{
|
||||||
if (uCyclesUntilInterrupt < IRQ_CHECK_TIMEOUT)
|
if (uCyclesUntilInterrupt < IRQ_CHECK_TIMEOUT)
|
||||||
|
Loading…
Reference in New Issue
Block a user