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:
@@ -281,6 +281,7 @@ template<Model model> class ConcreteMachine:
|
||||
time += next_delay + 2;
|
||||
}
|
||||
|
||||
advance(cycle.length + delay);
|
||||
return delay;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user