Changes to existing cc65 source to support Synertek Systems Sym-1

This commit is contained in:
Wayne Parham
2021-05-09 16:51:17 -05:00
parent 6e79379405
commit 044a0838a3
6 changed files with 64 additions and 22 deletions

View File

@@ -290,6 +290,9 @@ static void SetSys (const char* Sys)
cbmsys ("__CX16__");
break;
case TGT_NONE:
break;
default:
AbEnd ("Unknown target system type %d", Target);
}