From 98a733ba732801503cac3370309904e98c75aaba Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 1 Jun 2019 17:01:15 +0100 Subject: [PATCH] Removed comment about benchmark: as benchmark is now run in both normal and full-speed modes --- source/CPU.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/CPU.cpp b/source/CPU.cpp index 8b1e9635..bcdff140 100644 --- a/source/CPU.cpp +++ b/source/CPU.cpp @@ -133,7 +133,6 @@ static ULONG g_nCyclesExecuted; // # of cycles executed up to last IO access //static signed long g_uInternalExecutedCycles; // Use IRQ_CHECK_TIMEOUT=128 when running at full-speed; else use IRQ_CHECK_TIMEOUT=1 (GH#651) -// - What about when running benchmark? static const int IRQ_CHECK_TIMEOUT_FULL_SPEED = 128; static const int IRQ_CHECK_TIMEOUT_NORMAL_SPEED = 1; static signed int g_nIrqCheckTimeout = IRQ_CHECK_TIMEOUT_NORMAL_SPEED;