Skip to content

Commit

Permalink
Fixed comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcw committed Jan 6, 2019
1 parent ceb0416 commit 8ee651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CPU.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 8ee651a

Please sign in to comment.