]> git.sur5r.net Git - cc65/blobdiff - src/common/target.h
Merge branch 'master' into master
[cc65] / src / common / target.h
index d849c9d9b1668816a2aa6323b086286cfaddca9c..c8e2472d3062283ab9721435ef0207c4e668270d 100644 (file)
@@ -71,6 +71,7 @@ typedef enum {
     TGT_APPLE2,
     TGT_APPLE2ENH,
     TGT_GEOS_CBM,
+    TGT_CREATIVISION,
     TGT_GEOS_APPLE,
     TGT_LUNIX,
     TGT_ATMOS,
@@ -89,7 +90,7 @@ typedef enum {
 /* Collection of target properties */
 typedef struct TargetProperties TargetProperties;
 struct TargetProperties {
-    const char              Name[12];   /* Name of the target */
+    const char              Name[13];   /* Name of the target */
     cpu_t                   DefaultCPU; /* Default CPU for this target */
     unsigned char           BinFmt;     /* Default binary format for this target */
     const unsigned char*    CharMap;    /* Character translation table */