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

@@ -68,7 +68,8 @@ const char* TargetNames [TGT_COUNT] = {
"apple2",
"geos",
"lunix",
"atmos"
"atmos",
"nes",
};
@@ -92,6 +93,7 @@ const cpu_t DefaultCPU[TGT_COUNT] = {
CPU_6502, /* geos */
CPU_6502, /* lunix */
CPU_6502, /* atmos */
CPU_6502, /* nes */
};