]> git.sur5r.net Git - cc65/blobdiff - include/6502.h
add support for detecting 45GS02
[cc65] / include / 6502.h
index 642a608a8b06539e717e7fcc2e2ae7ab197b51c1..4a27b706e6c19321702cda59238d452f9c4673a8 100644 (file)
@@ -55,6 +55,7 @@ typedef unsigned size_t;
 #define CPU_65CE02      5
 #define CPU_HUC6280     6
 #define CPU_2A0x        7
+#define CPU_45GS02      8
 
 unsigned char getcpu (void);
 /* Detect the CPU the program is running on */