diff --git a/src/common/target.c b/src/common/target.c index 475f22797..2d1eb60b3 100644 --- a/src/common/target.c +++ b/src/common/target.c @@ -166,7 +166,7 @@ static const TargetProperties PropertyTable[TGT_COUNT] = { { "apple2", CPU_6502, CTNone }, { "apple2enh", CPU_65C02, CTNone }, { "geos-cbm", CPU_6502, CTNone }, - { "geos-apple2", CPU_6502, CTNone }, + { "geos-apple", CPU_65C02, CTNone }, { "lunix", CPU_6502, CTNone }, { "atmos", CPU_6502, CTNone }, { "nes", CPU_6502, CTNone },