1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00

New target APPLE2ENH

git-svn-id: svn://svn.cc65.org/cc65/trunk@2912 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-03-11 21:29:09 +00:00
parent 897b12cdb2
commit 5f2569ef28

View File

@ -202,6 +202,10 @@ static void SetSys (const char* Sys)
DefineNumericMacro ("__APPLE2__", 1);
break;
case TGT_APPLE2ENH:
DefineNumericMacro ("__APPLE2ENH__", 1);
break;
case TGT_GEOS:
/* Do not handle as a CBM system */
DefineNumericMacro ("__GEOS__", 1);