new files of 0.5.2
[fw/sdcc] / sim / ucsim / stypes.h
index 543b671cb00b7cfa601bb01698c1c6a608980594..a264f6ab8b6029c6ffd0dd8d042dea6441956f47 100644 (file)
@@ -90,6 +90,9 @@ struct cpu_entry
 #define CPU_XA         0x0001
 #define CPU_ALL_XA     (CPU_XA)
 
+#define CPU_HC08       0x0001
+#define CPU_ALL_HC08   (CPU_HC08)
+
 #define CPU_CMOS       0x0001
 #define CPU_HMOS       0x0002
 
@@ -105,13 +108,6 @@ enum mem_class
   MEM_TYPES
 };
 
-// Flags of consoles
-#define CONS_NONE       0
-#define CONS_DEBUG      0x01   // Print debug messages on this console
-#define CONS_FROZEN     0x02   // Console is frozen (g command issued)
-#define CONS_PROMPT     0x04   // Prompt is out, waiting for input
-#define CONS_INTERACTIVE 0x08  // Interactive console
-
 // States of simulator
 #define SIM_NONE       0
 #define SIM_GO         0x01    // Processor is running