]> git.sur5r.net Git - cc65/blobdiff - src/ld65/tgtcfg.c
support for .zeropage segment in GEOS
[cc65] / src / ld65 / tgtcfg.c
index b8b984cad4c80ae8c0259d4fe9a4026f4faa07a6..aac9005c525d6d61bcd428349bf4eb65c71c7416 100644 (file)
@@ -53,6 +53,7 @@ static const char CfgEmpty[] = "";
 #include "atmos.inc"
 #include "bbc.inc"
 #include "c128.inc"
+#include "c16.inc"
 #include "c64.inc"
 #include "cbm510.inc"
 #include "cbm610.inc"
@@ -62,6 +63,7 @@ static const char CfgEmpty[] = "";
 #include "none.inc"
 #include "pet.inc"
 #include "plus4.inc"
+#include "vic20.inc"
 
 
 
@@ -76,6 +78,8 @@ const TargetDesc Targets [TGT_COUNT] = {
     {          BINFMT_BINARY,  CfgNone         },
     {          BINFMT_O65,     CfgModule       },
     {          BINFMT_BINARY,  CfgAtari        },
+    {  BINFMT_BINARY,  CfgVic20        },
+    {   BINFMT_BINARY,  CfgC16          },
     {          BINFMT_BINARY,  CfgC64          },
     {          BINFMT_BINARY,  CfgC128         },
     {          BINFMT_BINARY,  CfgEmpty        },      /* Ace */
@@ -92,3 +96,4 @@ const TargetDesc Targets [TGT_COUNT] = {
 
 
 
+