mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-16 01:24:03 +00:00
Now runs some instructions before going wrong... Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
8 lines
114 B
C#
8 lines
114 B
C#
namespace EightBit
|
|
{
|
|
public interface IMapper
|
|
{
|
|
MemoryMapping Mapping(ushort address);
|
|
}
|
|
}
|