X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Ftarget.h;h=4bc55af2afc845fcbb0fe17c977d2b0e12892ba0;hb=0e4493f0750540f369a1e3134576b4c81ad0e148;hp=c14ad3b06a61695a3ead559ae44d6e22f639dcbc;hpb=606ecafccdc54975c8b1c6751d6b1dba083e6854;p=cc65 diff --git a/src/common/target.h b/src/common/target.h index c14ad3b06..4bc55af2a 100644 --- a/src/common/target.h +++ b/src/common/target.h @@ -50,6 +50,7 @@ typedef enum { TGT_NONE, TGT_MODULE, TGT_ATARI, + TGT_VIC20, TGT_C64, TGT_C128, TGT_ACE,