X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fstypes.h;h=a264f6ab8b6029c6ffd0dd8d042dea6441956f47;hb=7fe573ea83f6e0762dc73bc493f15fa2a8f6273d;hp=543b671cb00b7cfa601bb01698c1c6a608980594;hpb=8c8f34ff4281a55d2f535335c02999246e9e12f2;p=fw%2Fsdcc diff --git a/sim/ucsim/stypes.h b/sim/ucsim/stypes.h index 543b671c..a264f6ab 100644 --- a/sim/ucsim/stypes.h +++ b/sim/ucsim/stypes.h @@ -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