diff --git a/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs b/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs index 73246918f4..b70e8e4656 100644 --- a/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs +++ b/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs @@ -13,7 +13,7 @@ namespace BizHawk.Emulation.Cores.Intellivision isPorted: false, isReleased: false )] - public sealed partial class Intellivision : IEmulator, IMemoryDomains + public sealed partial class Intellivision : IEmulator { byte[] Rom; GameInfo Game; @@ -197,11 +197,6 @@ namespace BizHawk.Emulation.Cores.Intellivision public CoreComm CoreComm { get; private set; } - public MemoryDomainList MemoryDomains - { - get { throw new NotImplementedException(); } - } - public void Dispose() { }