We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df79a49 commit 1008787Copy full SHA for 1008787
1 file changed
src/Z80Cpu/Clock.cs
@@ -3,7 +3,7 @@ namespace OldBit.Z80Cpu;
3
/// <summary>
4
/// Clock that counts the number of T-states executed.
5
/// </summary>
6
-public sealed class Clock
+public class Clock
7
{
8
private int _ticksLimit;
9
0 commit comments