Add files via upload
This commit is contained in:
parent
ad1e222cbd
commit
027a150c02
|
@ -34,6 +34,9 @@ namespace BizHawk.Client.ApiHawk
|
||||||
case "A78":
|
case "A78":
|
||||||
return CoreSystem.Atari2600;
|
return CoreSystem.Atari2600;
|
||||||
|
|
||||||
|
case "A7800":
|
||||||
|
return CoreSystem.Atari7800;
|
||||||
|
|
||||||
case "Coleco":
|
case "Coleco":
|
||||||
return CoreSystem.ColecoVision;
|
return CoreSystem.ColecoVision;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue