mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-02-24 03:29:14 +00:00
Overloaded MemoryMapping constructor, to make life a little easier...
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
2652463106
commit
00fe5eb0b2
@ -14,6 +14,11 @@ namespace EightBit
|
||||
this.Access = access;
|
||||
}
|
||||
|
||||
public MemoryMapping(Memory memory, ushort begin, Mask mask, AccessLevel access)
|
||||
: this(memory, begin, (ushort)mask, access)
|
||||
{
|
||||
}
|
||||
|
||||
public Memory Memory { get; set; }
|
||||
|
||||
public ushort Begin { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user