add initial target for mega65, also added c65 where missing. reworked from #1792
This commit is contained in:
@@ -342,6 +342,10 @@ static void SetSys (const char* Sys)
|
||||
NewSymbol ("__SYM1__", 1);
|
||||
break;
|
||||
|
||||
case TGT_MEGA65:
|
||||
CBMSystem ("__MEGA65__");
|
||||
break;
|
||||
|
||||
case TGT_KIM1:
|
||||
NewSymbol ("__KIM1__", 1);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user