From 79a9b4c349b6827151cccd9eeb3cc9e22c237e8f Mon Sep 17 00:00:00 2001 From: hegyak Date: Wed, 16 Nov 2016 05:25:36 -0800 Subject: [PATCH] Resolves Issue 729. --- BizHawk.Emulation.Common/SystemLookup.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/SystemLookup.cs b/BizHawk.Emulation.Common/SystemLookup.cs index b60b187d49..e90f0685cd 100644 --- a/BizHawk.Emulation.Common/SystemLookup.cs +++ b/BizHawk.Emulation.Common/SystemLookup.cs @@ -34,7 +34,8 @@ namespace BizHawk.Emulation.Common new SystemInfo { SystemId = "WSWAN", FullName = "WonderSwan" }, new SystemInfo { SystemId = "C64", FullName = "Commodore 64" }, - new SystemInfo { SystemId = "AppleII", FullName = "Apple II" } + new SystemInfo { SystemId = "AppleII", FullName = "Apple II" }, + new SystemInfo { SystemId = "INTV", FullName = "Intellivision" } }; public SystemInfo this[string systemId]