mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +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.
|
// Debug mode: run CPU a lot slower. Actually at close to original advertised MIPS speed.
|
||||||
if constexpr (offset & 7) return;
|
if constexpr (offset & 7) return;
|
||||||
#endif
|
#endif
|
||||||
|
if constexpr (offset & 1) return;
|
||||||
tick_cpu();
|
tick_cpu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user