Diff for /np2/io/gdc_sub.h between versions 1.2 and 1.4

version 1.2, 2004/02/09 20:39:39 version 1.4, 2004/02/12 17:18:16
Line 16  typedef struct { Line 16  typedef struct {
 } GDCVECT;  } GDCVECT;
   
 typedef void (*GDCSUBFN)(UINT32 csrw, const GDCVECT *vect,  typedef void (*GDCSUBFN)(UINT32 csrw, const GDCVECT *vect,
                                                                                                                 UINT16 pat, BYTE ope);                                                                                                                  REG16 pat, REG8 ope);
   
   
 #ifdef __cplusplus  #ifdef __cplusplus
Line 30  void gdcsub_null(UINT32 csrw, const GDCV Line 30  void gdcsub_null(UINT32 csrw, const GDCV
 void gdcsub_line(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_line(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_box(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_box(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_circle(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_circle(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
   void gdcsub_txt(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
   
 void gdcsub_text(UINT32 csrw, const GDCVECT *vect, const BYTE *pat, REG8 ope);  void gdcsub_text(UINT32 csrw, const GDCVECT *vect, const BYTE *pat, REG8 ope);
 void gdcsub_write(void);  void gdcsub_write(void);
   

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


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