X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fs51.src%2Fserialcl.h;h=859d618a771405e81931738ad93b912e11cec4eb;hb=90f4aedaef8a2310573eef905f95c671f84e5cde;hp=b727f616efabdc5a4179df4ca3f01ce48d7c78a9;hpb=0418f658ab70836d8dfec91839945d3b6eb45cb7;p=fw%2Fsdcc diff --git a/sim/ucsim/s51.src/serialcl.h b/sim/ucsim/s51.src/serialcl.h index b727f616..859d618a 100644 --- a/sim/ucsim/s51.src/serialcl.h +++ b/sim/ucsim/s51.src/serialcl.h @@ -47,18 +47,18 @@ protected: #endif class cl_optref *serial_in_file_option; class cl_optref *serial_out_file_option; - FILE *serial_in; // Serial line input - FILE *serial_out; // Serial line output - uchar s_in; // Serial channel input reg - uchar s_out; // Serial channel output reg - bool s_sending; // Transmitter is working - bool s_receiving; // Receiver is working - int s_rec_bit; // Bit counter of receiver - int s_tr_bit; // Bit counter of transmitter - int s_rec_t1; // T1 overflows for receiving - int s_tr_t1; // T1 overflows for sending - int s_rec_tick; // Machine cycles for receiving - int s_tr_tick; // Machine cycles for sending + FILE *serial_in; // Serial line input + FILE *serial_out; // Serial line output + uchar s_in; // Serial channel input reg + uchar s_out; // Serial channel output reg + bool s_sending; // Transmitter is working + bool s_receiving; // Receiver is working + int s_rec_bit; // Bit counter of receiver + int s_tr_bit; // Bit counter of transmitter + int s_rec_t1; // T1 overflows for receiving + int s_tr_t1; // T1 overflows for sending + int s_rec_tick; // Machine cycles for receiving + int s_tr_tick; // Machine cycles for sending uchar _mode; uchar _bmREN; uchar _bmSMOD; @@ -83,7 +83,7 @@ public: virtual void reset(void); 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); };