]> git.sur5r.net Git - cc65/blobdiff - src/da65/opctable.h
Fixed a bug
[cc65] / src / da65 / opctable.h
index 480fe8854408f036e229d49bcf14eef64af4d1c6..f89daa5cb773e30a36c8f2a0b46461d6a5fbd701 100644 (file)
@@ -52,14 +52,6 @@ enum {
     lfLabel    = lfUseLabel|lfGenLabel /* Generate and use a label */
 };
 
-/* Constants for the CPU type */
-enum {
-    cpu6502    = 0x01,
-    cpu65C02   = 0x02,
-    cpu65816   = 0x04,
-    cpuAll     = 0x07,
-};
-
 /* Forward/typedef for struct OpcDesc */
 typedef struct OpcDesc OpcDesc;