From 8ee651a6f8544c5d9613f0e3203dda80229b930c Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 6 Jan 2019 17:02:24 +0000 Subject: [PATCH] Fixed comment typo --- source/CPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CPU.cpp b/source/CPU.cpp index 93e1289f..c951431d 100644 --- a/source/CPU.cpp +++ b/source/CPU.cpp @@ -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)