Resolves Issue 729.
This commit is contained in:
parent
2cc4e6bf58
commit
79a9b4c349
|
@ -34,7 +34,8 @@ namespace BizHawk.Emulation.Common
|
||||||
new SystemInfo { SystemId = "WSWAN", FullName = "WonderSwan" },
|
new SystemInfo { SystemId = "WSWAN", FullName = "WonderSwan" },
|
||||||
|
|
||||||
new SystemInfo { SystemId = "C64", FullName = "Commodore 64" },
|
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]
|
public SystemInfo this[string systemId]
|
||||||
|
|
Loading…
Reference in New Issue