mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-20 06:16:43 +00:00
Clarifications of EightBit library
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user