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

version 1.1, 2003/10/16 17:57:54 version 1.2, 2004/02/09 20:39:39
Line 26  extern "C" { Line 26  extern "C" {
 void gdcslavewait(NEVENTITEM item);  void gdcslavewait(NEVENTITEM item);
   
 void gdcsub_init(void);  void gdcsub_init(void);
 void gdcsub_line(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope);  void gdcsub_null(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_box(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope);  void gdcsub_line(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_circle(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope);  void gdcsub_box(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_text(UINT32 csrw, const GDCVECT *vect, UINT16 pat, BYTE ope);  void gdcsub_circle(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
   void gdcsub_text(UINT32 csrw, const GDCVECT *vect, const BYTE *pat, REG8 ope);
 void gdcsub_write(void);  void gdcsub_write(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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