* src/SDCCglue.c: test, if win32api is available for MINGW
[fw/sdcc] / sim / ucsim / stypes.h
index 81a50689e60658f34ac4402370eb28488596e757..ebf9b3fb3ff2dccec0cc2311f07f5c46bdfd6ca3 100644 (file)
@@ -75,8 +75,10 @@ struct cpu_entry
 #define CPU_51R                0x0010
 #define CPU_89C51R     0x0020
 #define CPU_251                0x0040
+#define CPU_DS390              0x0080
+#define CPU_DS390F             0x0100
 #define CPU_ALL_51     (CPU_51|CPU_31)
-#define CPU_ALL_52     (CPU_52|CPU_32|CPU_51R|CPU_89C51R|CPU_251)
+#define CPU_ALL_52     (CPU_52|CPU_32|CPU_51R|CPU_89C51R|CPU_251|CPU_DS390|CPU_DS390F)
 
 #define CPU_AVR                0x0001
 #define CPU_ALL_AVR    (CPU_AVR)