Added a nes target

git-svn-id: svn://svn.cc65.org/cc65/trunk@2119 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-02 13:47:21 +00:00
parent d53211198b
commit c347c2ce94
4 changed files with 14 additions and 9 deletions

View File

@@ -69,6 +69,7 @@ typedef enum {
TGT_GEOS,
TGT_LUNIX,
TGT_ATMOS,
TGT_NES,
TGT_COUNT /* Number of target systems */
} target_t;