Skip to content

Commit 1008787

Browse files
committed
Make Clock class non-sealed
1 parent df79a49 commit 1008787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Z80Cpu/Clock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace OldBit.Z80Cpu;
33
/// <summary>
44
/// Clock that counts the number of T-states executed.
55
/// </summary>
6-
public sealed class Clock
6+
public class Clock
77
{
88
private int _ticksLimit;
99

0 commit comments

Comments
 (0)