]> git.sur5r.net Git - cc65/blobdiff - src/ld65/tgtcfg.c
Added the NES target
[cc65] / src / ld65 / tgtcfg.c
index 219ce9302a035d55f6803cef9bb1186b08f70253..cb9bdcfd0b86a7dffdaae2888e6852a3da0f9564 100644 (file)
@@ -64,6 +64,7 @@ static const char CfgEmpty[] = "";
 #include "geos.inc"
 #include "lunix.inc"
 #include "module.inc"
+#include "nes.inc"
 #include "none.inc"
 #include "pet.inc"
 #include "plus4.inc"
@@ -96,6 +97,7 @@ const TargetDesc Targets [TGT_COUNT] = {
     {   BINFMT_BINARY,  CfgGeos         },
     {   BINFMT_O65,     CfgLunix        },
     {          BINFMT_BINARY,  CfgAtmos        },
+    {          BINFMT_BINARY,  CfgNES          },
 };
 
 
@@ -118,3 +120,4 @@ void DumpBuiltinConfig (FILE* F, target_t T)
 
 
 
+