Fixed type in target name (it is not supposed to be "geos-apple2") and adjusted the CPU attribute to 65C02 as Apple GEOS only runs on newer Apple machines with 128kB anyway.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5368 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -166,7 +166,7 @@ static const TargetProperties PropertyTable[TGT_COUNT] = {
|
|||||||
{ "apple2", CPU_6502, CTNone },
|
{ "apple2", CPU_6502, CTNone },
|
||||||
{ "apple2enh", CPU_65C02, CTNone },
|
{ "apple2enh", CPU_65C02, CTNone },
|
||||||
{ "geos-cbm", CPU_6502, CTNone },
|
{ "geos-cbm", CPU_6502, CTNone },
|
||||||
{ "geos-apple2", CPU_6502, CTNone },
|
{ "geos-apple", CPU_65C02, CTNone },
|
||||||
{ "lunix", CPU_6502, CTNone },
|
{ "lunix", CPU_6502, CTNone },
|
||||||
{ "atmos", CPU_6502, CTNone },
|
{ "atmos", CPU_6502, CTNone },
|
||||||
{ "nes", CPU_6502, CTNone },
|
{ "nes", CPU_6502, CTNone },
|
||||||
|
|||||||
Reference in New Issue
Block a user