mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
6502DTV is not a superset of 6502X more
This commit is contained in:
parent
c59e8277ae
commit
4205a04a34
@ -70,7 +70,7 @@ const unsigned CPUIsets[CPU_COUNT] = {
|
||||
CPU_ISET_NONE,
|
||||
CPU_ISET_6502,
|
||||
CPU_ISET_6502 | CPU_ISET_6502X,
|
||||
CPU_ISET_6502 | CPU_ISET_6502X | CPU_ISET_6502DTV,
|
||||
CPU_ISET_6502 | CPU_ISET_6502DTV,
|
||||
CPU_ISET_6502 | CPU_ISET_65SC02,
|
||||
CPU_ISET_6502 | CPU_ISET_65SC02 | CPU_ISET_65C02,
|
||||
CPU_ISET_6502 | CPU_ISET_65SC02 | CPU_ISET_65C02 | CPU_ISET_65816,
|
||||
|
@ -50,7 +50,7 @@ typedef enum {
|
||||
CPU_NONE, /* No CPU - for assembler */
|
||||
CPU_6502,
|
||||
CPU_6502X, /* "Extended", that is: with illegal opcodes */
|
||||
CPU_6502DTV, /* CPU_6502X + C64DTV extra opcodes */
|
||||
CPU_6502DTV, /* CPU_6502 + DTV extra and illegal opcodes */
|
||||
CPU_65SC02,
|
||||
CPU_65C02,
|
||||
CPU_65816,
|
||||
|
Loading…
Reference in New Issue
Block a user