mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-20 19:30:21 +00:00
Removed comment about benchmark: as benchmark is now run in both normal and full-speed modes
This commit is contained in:
parent
3a41061f83
commit
98a733ba73
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user