X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Ftarget.h;h=4bc55af2afc845fcbb0fe17c977d2b0e12892ba0;hb=0e4493f0750540f369a1e3134576b4c81ad0e148;hp=5fd689e53011a2bc230cba1cf6dc92063c55ba99;hpb=ebbd68673b30f863c770c1ced80149ea76949fe8;p=cc65 diff --git a/src/common/target.h b/src/common/target.h index 5fd689e53..4bc55af2a 100644 --- a/src/common/target.h +++ b/src/common/target.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2000-2001 Ullrich von Bassewitz */ +/* (C) 2000-2002 Ullrich von Bassewitz */ /* Wacholderweg 14 */ /* D-70597 Stuttgart */ /* EMail: uz@musoftware.de */ @@ -48,7 +48,9 @@ typedef enum { TGT_UNKNOWN = -1, /* Not specified or invalid target */ TGT_NONE, + TGT_MODULE, TGT_ATARI, + TGT_VIC20, TGT_C64, TGT_C128, TGT_ACE, @@ -60,6 +62,7 @@ typedef enum { TGT_APPLE2, TGT_GEOS, TGT_LUNIX, + TGT_ATMOS, TGT_COUNT /* Number of target systems */ } target_t; @@ -90,3 +93,4 @@ target_t FindTarget (const char* Name); +