mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-24 21:24:47 +00:00
Simplfy access to Z80 registers
This commit is contained in:
@@ -18,7 +18,7 @@ namespace EightBit
|
||||
|
||||
public event EventHandler<EventArgs>? ReadByte;
|
||||
|
||||
public byte Data { get => this.data; set => this.data = value; }
|
||||
public ref byte Data => ref this.data;
|
||||
|
||||
public Register16 Address { get; } = new();
|
||||
|
||||
|
Reference in New Issue
Block a user