]> git.sur5r.net Git - cc65/blobdiff - src/common/target.h
Merge https://github.com/cc65/cc65 into c1p
[cc65] / src / common / target.h
index 6384bf19edfa4d07f5d02b62f6ab26f90c328eae..067352deb68734ff035fc4d757d1814b92c84928 100644 (file)
@@ -55,9 +55,11 @@ typedef enum {
     TGT_NONE,
     TGT_MODULE,
     TGT_ATARI,
+    TGT_ATARI5200,
     TGT_ATARIXL,
     TGT_VIC20,
     TGT_C16,
+       TGT_C1P,
     TGT_C64,
     TGT_C128,
     TGT_PLUS4,
@@ -106,8 +108,8 @@ extern target_t         Target;
 
 target_t FindTarget (const char* Name);
 /* Find a target by name and return the target id. TGT_UNKNOWN is returned if
- * the given name is no valid target.
- */
+** the given name is no valid target.
+*/
 
 const TargetProperties* GetTargetProperties (target_t Target);
 /* Return the properties for a target */