mirror of
https://github.com/cc65/cc65.git
synced 2026-01-22 17:16:21 +00:00
rp6502 actually uses W65C02
This commit is contained in:
@@ -246,7 +246,7 @@ static const TargetProperties PropertyTable[TGT_COUNT] = {
|
||||
{ "sym1", CPU_6502, BINFMT_BINARY, CTNone },
|
||||
{ "mega65", CPU_45GS02, BINFMT_BINARY, CTPET },
|
||||
{ "kim1", CPU_6502, BINFMT_BINARY, CTNone },
|
||||
{ "rp6502", CPU_65C02, BINFMT_BINARY, CTNone },
|
||||
{ "rp6502", CPU_W65C02, BINFMT_BINARY, CTNone },
|
||||
{ "agat", CPU_6502, BINFMT_BINARY, CTAgat },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user