X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommon%2Ftarget.c;fp=src%2Fcommon%2Ftarget.c;h=60b9af6603c1f75d4d3751c6d2c6c8e08169f532;hb=877fd532c28e0a23f3d0d7253c6936d056d3b3ce;hp=7e152fe945e10aa07e8159e1e9037fd75c77ea4c;hpb=50b0536222ee8cc417fdd7cb2bc2edb669a4a70b;p=cc65 diff --git a/src/common/target.c b/src/common/target.c index 7e152fe94..60b9af660 100644 --- a/src/common/target.c +++ b/src/common/target.c @@ -163,6 +163,7 @@ static const TargetEntry TargetMap[] = { { "nes", TGT_NES }, { "none", TGT_NONE }, { "osic1p", TGT_OSIC1P }, + { "pce", TGT_PCENGINE }, { "pet", TGT_PET }, { "plus4", TGT_PLUS4 }, { "sim6502", TGT_SIM6502 }, @@ -202,6 +203,7 @@ static const TargetProperties PropertyTable[TGT_COUNT] = { { "lynx", CPU_65C02, BINFMT_BINARY, CTNone }, { "sim6502", CPU_6502, BINFMT_BINARY, CTNone }, { "sim65c02", CPU_65C02, BINFMT_BINARY, CTNone }, + { "pce", CPU_HUC6280, BINFMT_BINARY, CTNone }, }; /* Target system */