Add files via upload

This commit is contained in:
alyosha-tas 2017-06-11 18:30:38 -04:00 committed by GitHub
parent ad1e222cbd
commit 027a150c02
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;