Refactoring complete. Everything works as before
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Core.Io
|
||||
{
|
||||
public class IO_Bus
|
||||
{
|
||||
public byte BorderColorIndex { get; private set; } = 7;
|
||||
public byte BorderColorIndex { get; set; } = 7;
|
||||
public bool BeeperState { get; private set; } = false;
|
||||
public byte[] KeyboardRows = new byte[8] { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
|
||||
TapManager _tapManager = new TapManager();
|
||||
|
||||
Reference in New Issue
Block a user