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

version 1.2, 2004/02/09 20:39:39 version 1.3, 2004/02/11 17:39:59
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.3


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