add ds390 processor
[fw/sdcc] / sim / ucsim / stypes.h
index 81a50689e60658f34ac4402370eb28488596e757..f3ee52b0bb1a60afff18ea4075d0b52935f8658b 100644 (file)
@@ -75,8 +75,9 @@ struct cpu_entry
 #define CPU_51R                0x0010
 #define CPU_89C51R     0x0020
 #define CPU_251                0x0040
+#define CPU_DS390              0x0080
 #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)
 
 #define CPU_AVR                0x0001
 #define CPU_ALL_AVR    (CPU_AVR)