add initial target for mega65, also added c65 where missing. reworked from #1792

This commit is contained in:
mrdudz
2025-06-22 21:07:38 +02:00
parent 1d7bc938f2
commit 8615c244d9
5 changed files with 17 additions and 0 deletions

View File

@@ -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;