Merge pull request #371 from jedeoric/master

Create an Oric Telestrat target library
This commit is contained in:
Oliver Schmidt
2017-02-10 23:47:13 +01:00
committed by GitHub
21 changed files with 1250 additions and 2 deletions

View File

@@ -293,7 +293,11 @@ static void SetSys (const char* Sys)
case TGT_ATMOS:
NewSymbol ("__ATMOS__", 1);
break;
break;
case TGT_TELESTRAT:
NewSymbol ("__TELESTRAT__", 1);
break;
case TGT_NES:
NewSymbol ("__NES__", 1);