mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Implement some suggestions from the code analysis.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
+1
-4
@@ -16,10 +16,7 @@ namespace EightBit
|
||||
|
||||
public abstract byte Peek(ushort address);
|
||||
|
||||
public virtual ref byte Reference(ushort address)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
public virtual ref byte Reference(ushort address) => throw new NotImplementedException();
|
||||
|
||||
public abstract int Load(FileStream file, int writeOffset = 0, int readOffset = 0, int limit = -1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user