]> git.sur5r.net Git - cc65/commitdiff
Fixed type in target name (it is not supposed to be "geos-apple2") and adjusted the...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Jan 2012 12:45:25 +0000 (12:45 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 Jan 2012 12:45:25 +0000 (12:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5368 b7a2c559-68d2-44c3-8de9-860c34a00d81

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  },