Diff for /xmil/io/ctc.h between versions 1.6 and 1.7

version 1.6, 2004/08/15 07:52:16 version 1.7, 2004/08/15 17:51:53
Line 3  typedef struct { Line 3  typedef struct {
         UINT32  baseclock;          UINT32  baseclock;
         UINT8   vector;          UINT8   vector;
         UINT8   intr;          UINT8   intr;
           UINT8   irq;
         UINT8   num;          UINT8   num;
         UINT8   padding;  
         UINT8   cmd[4];          UINT8   cmd[4];
         UINT8   scale[4];          UINT8   scale[4];
         UINT8   basecnt[4];          UINT8   basecnt[4];
Line 24  extern "C" { Line 24  extern "C" {
   
 void neitem_ctc(UINT id);  void neitem_ctc(UINT id);
 BRESULT ieitem_ctc(UINT id);  BRESULT ieitem_ctc(UINT id);
   void ieeoi_ctc(UINT id);
   
 void IOOUTCALL ctc_o(UINT port, REG8 dat);                      // 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

Removed from v.1.6  
changed lines
  Added in v.1.7


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