Clarifications of EightBit library

This commit is contained in:
Adrian Conlon
2024-09-18 11:23:18 +01:00
parent 0621b9ed1d
commit 489b7b21e6
8 changed files with 5 additions and 27 deletions
-4
View File
@@ -11,10 +11,6 @@ namespace EightBit
private readonly byte[] input = new byte[0x100];
private readonly byte[] output = new byte[0x100];
public InputOutput()
{
}
public event EventHandler<PortEventArgs>? ReadingPort;
public event EventHandler<PortEventArgs>? ReadPort;