]> git.sur5r.net Git - cc65/blobdiff - src/common/target.c
Fixed type in target name (it is not supposed to be "geos-apple2") and adjusted the...
[cc65] / src / common / target.c
index 475f22797430b4162803469072bb25937a83f0a2..2d1eb60b39c4c18055d3f5dc9f66690113ad0c46 100644 (file)
@@ -166,7 +166,7 @@ static const TargetProperties PropertyTable[TGT_COUNT] = {
     { "apple2",         CPU_6502,       CTNone  },
     { "apple2enh",      CPU_65C02,      CTNone  },
     { "geos-cbm",       CPU_6502,       CTNone  },
-    { "geos-apple2",    CPU_6502,       CTNone  },
+    { "geos-apple",     CPU_65C02,      CTNone  },
     { "lunix",          CPU_6502,       CTNone  },
     { "atmos",          CPU_6502,       CTNone  },
     { "nes",            CPU_6502,       CTNone  },