1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-22 08:16:42 +00:00

Corrects internal cycle contention.

This commit is contained in:
Thomas Harte
2021-04-15 19:17:11 -04:00
parent d1bb3aada4
commit 71cf63bd35
2 changed files with 2 additions and 9 deletions
@@ -281,6 +281,7 @@ template<Model model> class ConcreteMachine:
time += next_delay + 2;
}
advance(cycle.length + delay);
return delay;
}
}