namespace EightBit { public interface IMapper { MemoryMapping Mapping(ushort address); } }