* sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
[fw/sdcc] / sim / ucsim / s51.src / timer2cl.h
index 57e7b4f32ee476499ab4a806040ca21ec5ba8748..15d2d26479fa6c8e8169e09be7c45493e36c5590 100644 (file)
@@ -37,17 +37,17 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "timer0cl.h"
 
 
-#define T2MODE_RELOAD  0
-#define T2MODE_CAPTURE 1
-#define T2MODE_BAUDRATE        2
-#define T2MODE_OFF     3
-#define T2MODE_DOWN    4
-#define T2MODE_CLKOUT  5
+#define T2MODE_RELOAD   0
+#define T2MODE_CAPTURE  1
+#define T2MODE_BAUDRATE 2
+#define T2MODE_OFF      3
+#define T2MODE_DOWN     4
+#define T2MODE_CLKOUT   5
 
 enum t2_features {
-  t2_default   = 0x01,
-  t2_down      = 0x02,
-  t2_clock_out = 0x04
+  t2_default    = 0x01,
+  t2_down       = 0x02,
+  t2_clock_out  = 0x04
 };
 
 
@@ -82,7 +82,7 @@ public:
   virtual void do_t2_clock_out(int cycles);
   virtual void happen(class cl_hw *where, enum hw_event he, void *params);
   
-  virtual void print_info(class cl_console *con);
+  virtual void print_info(class cl_console_base *con);
 };