mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Reduce MIPS. Until other performance issues can be resolved.
This commit is contained in:
parent
140228a936
commit
fac94a5d36
@ -384,6 +384,7 @@ class ConcreteMachine:
|
||||
// Debug mode: run CPU a lot slower. Actually at close to original advertised MIPS speed.
|
||||
if constexpr (offset & 7) return;
|
||||
#endif
|
||||
if constexpr (offset & 1) return;
|
||||
tick_cpu();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user