mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-16 01:24:03 +00:00
Clarifications of EightBit library
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace EightBit
|
||||
{
|
||||
public class MemoryMapping(Memory memory, ushort begin, ushort mask, AccessLevel access)
|
||||
public sealed class MemoryMapping(Memory memory, ushort begin, ushort mask, AccessLevel access)
|
||||
{
|
||||
public MemoryMapping(Memory memory, ushort begin, Mask mask, AccessLevel access)
|
||||
: this(memory, begin, (ushort)mask, access)
|
||||
|
Reference in New Issue
Block a user