Reduce MIPS. Until other performance issues can be resolved.

This commit is contained in:
Thomas Harte 2024-04-16 22:32:00 -04:00
parent 140228a936
commit fac94a5d36
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}