6502DTV is not a superset of 6502X more

This commit is contained in:
Zsolt Branyiczky
2020-11-16 22:15:47 +01:00
committed by Oliver Schmidt
parent c59e8277ae
commit 4205a04a34
2 changed files with 2 additions and 2 deletions

View File

@@ -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,