mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +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:
parent
897b12cdb2
commit
5f2569ef28
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user