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

version 1.7, 2004/08/15 17:51:53 version 1.10, 2008/06/02 20:07:31
Line 1 Line 1
   
   enum {
           CTC_OPM                 = 0,
           CTC_TURBO1              = 1,
           CTC_TURBO2              = 2
   };
   
   
 typedef struct {  typedef struct {
         UINT32  baseclock;          UINT32  baseclock;
         UINT8   vector;          UINT8   vector;
Line 11  typedef struct { Line 18  typedef struct {
         SINT32  count[4];          SINT32  count[4];
         SINT32  countmax[4];          SINT32  countmax[4];
         SINT32  range[4];          SINT32  range[4];
   } CTCCHST;
   
   typedef struct {
           UINT    neventid;
           UINT32  ieventbit;
   } CTCCHEX;
   
   typedef struct {
           CTCCHST s;
           CTCCHEX e;
 } CTCCH;  } CTCCH;
   
 typedef struct {  typedef struct {
Line 26  void neitem_ctc(UINT id); Line 43  void neitem_ctc(UINT id);
 BRESULT ieitem_ctc(UINT id);  BRESULT ieitem_ctc(UINT id);
 void ieeoi_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);
 REG8 IOINPCALL ctc_i(UINT port);                                        // x1_ctc_r  REG8 IOINPCALL ctc_i(UINT port);
   
 void ctc_reset(void);  void ctc_reset(void);
   

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


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