mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-11-27 03:17:57 +00:00
Tidy up some layout issues.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
{
|
||||
}
|
||||
|
||||
public override sealed ref byte Reference(ushort address) {
|
||||
return ref Bytes()[address];
|
||||
public override sealed ref byte Reference(ushort address)
|
||||
{
|
||||
return ref Bytes()[address];
|
||||
}
|
||||
|
||||
public new void Poke(ushort address, byte value)
|
||||
|
||||
Reference in New Issue
Block a user