New target c16

git-svn-id: svn://svn.cc65.org/cc65/trunk@1563 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-21 21:22:26 +00:00
parent c80596458c
commit e41c0adbb2
25 changed files with 808 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ static const char CfgEmpty[] = "";
#include "atmos.inc"
#include "bbc.inc"
#include "c128.inc"
#include "c16.inc"
#include "c64.inc"
#include "cbm510.inc"
#include "cbm610.inc"
@@ -78,6 +79,7 @@ const TargetDesc Targets [TGT_COUNT] = {
{ BINFMT_O65, CfgModule },
{ BINFMT_BINARY, CfgAtari },
{ BINFMT_BINARY, CfgVic20 },
{ BINFMT_BINARY, CfgC16 },
{ BINFMT_BINARY, CfgC64 },
{ BINFMT_BINARY, CfgC128 },
{ BINFMT_BINARY, CfgEmpty }, /* Ace */
@@ -94,3 +96,4 @@ const TargetDesc Targets [TGT_COUNT] = {