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

version 1.3, 2004/08/11 12:08:16 version 1.6, 2004/08/15 07:52:16
Line 6  typedef struct { Line 6  typedef struct {
         UINT8   num;          UINT8   num;
         UINT8   padding;          UINT8   padding;
         UINT8   cmd[4];          UINT8   cmd[4];
           UINT8   scale[4];
         UINT8   basecnt[4];          UINT8   basecnt[4];
         SINT32  count[4];          SINT32  count[4];
         SINT32  countmax[4];          SINT32  countmax[4];
           SINT32  range[4];
 } CTCCH;  } CTCCH;
   
 typedef struct {  typedef struct {
Line 20  typedef struct { Line 22  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 // void x1_ctc_int(void);  
 void neitem_ctc(UINT id);  void neitem_ctc(UINT id);
 BRESULT ieitem_ctc(UINT id);  BRESULT ieitem_ctc(UINT id);
   

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


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