Add files via upload

This commit is contained in:
alyosha-tas 2017-06-11 18:30:38 -04:00 committed by adelikat
parent 0194ba90f9
commit e8022be3d5
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ namespace BizHawk.Client.ApiHawk
case "A78":
return CoreSystem.Atari2600;
case "A7800":
return CoreSystem.Atari7800;
case "Coleco":
return CoreSystem.ColecoVision;