mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-12-25 00:31:13 +00:00
3c5e292eae
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);
|
|
}
|
|
}
|