Resolves Issue 729.

This commit is contained in:
hegyak 2016-11-16 05:25:36 -08:00
parent 2cc4e6bf58
commit 79a9b4c349
1 changed files with 2 additions and 1 deletions

View File

@ -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]