Nominal support for target Ohio Scientific Challenger 1P

This commit is contained in:
Stephan Mühlstrasser
2013-07-14 22:50:38 +02:00
parent c9c66dcfdd
commit b3b3578f08
7 changed files with 97 additions and 1 deletions

View File

@@ -298,6 +298,10 @@ static void SetSys (const char* Sys)
NewSymbol ("__SIM65C02__", 1);
break;
case TGT_C1P:
NewSymbol ("__OSIC1P__", 1);
break;
default:
AbEnd ("Invalid target name: `%s'", Sys);