]> git.sur5r.net Git - cc65/blobdiff - include/6502.h
Made the VIC-IIe TGI driver put its bitmap behind the ROMs.
[cc65] / include / 6502.h
index 55083b036f5a47620484455ab64f734adc4b7a3c..642a608a8b06539e717e7fcc2e2ae7ab197b51c1 100644 (file)
@@ -53,6 +53,8 @@ typedef unsigned size_t;
 #define CPU_4510        3
 #define CPU_65SC02      4
 #define CPU_65CE02      5
+#define CPU_HUC6280     6
+#define CPU_2A0x        7
 
 unsigned char getcpu (void);
 /* Detect the CPU the program is running on */