Diff for /xmil/io/ctc.h between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:30 version 1.2, 2004/08/05 04:53:15
Line 18  extern "C" { Line 18  extern "C" {
 #endif  #endif
   
 void x1_ctc_int(void);  void x1_ctc_int(void);
 void IOOUTCALL ctc_o(UINT port, REG8 value);            // x1_ctc_w  void IOOUTCALL ctc_o(UINT port, REG8 dat);                      // x1_ctc_w
 REG8 IOINPCALL ctc_i(UINT port);                                        // x1_ctc_r  REG8 IOINPCALL ctc_i(UINT port);                                        // x1_ctc_r
   
 void ctc_reset(void);  void ctc_reset(void);

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>