Added the lynx target

git-svn-id: svn://svn.cc65.org/cc65/trunk@3217 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-10-08 09:23:02 +00:00
parent cfe3eda416
commit 23ef4fa172
4 changed files with 12 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ typedef enum {
TGT_ATMOS,
TGT_NES,
TGT_SUPERVISION,
TGT_LYNX,
TGT_COUNT /* Number of target systems */
} target_t;