mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Fixed comment typo
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
if (uCyclesUntilInterrupt < IRQ_CHECK_TIMEOUT)
|
||||
|
||||
Reference in New Issue
Block a user