]> git.sur5r.net Git - cc65/blobdiff - src/common/target.h
Removed the ace target. It didn't have a linker config and was untested for
[cc65] / src / common / target.h
index 2243ae08824d1bba8f7933e36c1087f12c12e76f..134e19ff4990d258234e0c49e86e6517c171b88a 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2004 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2000-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -59,7 +59,6 @@ typedef enum {
     TGT_C16,
     TGT_C64,
     TGT_C128,
-    TGT_ACE,
     TGT_PLUS4,
     TGT_CBM510,
     TGT_CBM610,