Replaced the unused NES target by BBC

git-svn-id: svn://svn.cc65.org/cc65/trunk@497 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-30 08:55:16 +00:00
parent fef6e7d7d6
commit 6632756ceb
7 changed files with 17 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ typedef enum {
TGT_PLUS4,
TGT_CBM610,
TGT_PET,
TGT_NES,
TGT_BBC,
TGT_APPLE2,
TGT_GEOS,
TGT_COUNT /* Number of target systems */