Diff for /np2/io/gdc_sub.h between versions 1.6 and 1.11

version 1.6, 2004/02/18 03:56:57 version 1.11, 2005/02/07 14:46:11
Line 7  enum { Line 7  enum {
 };  };
   
 typedef struct {  typedef struct {
         BYTE    ope;          UINT8   ope;
         BYTE    DC[2];          UINT8   DC[2];
         BYTE    D[2];          UINT8   D[2];
         BYTE    D2[2];          UINT8   D2[2];
         BYTE    D1[2];          UINT8   D1[2];
         BYTE    DM[2];          UINT8   DM[2];
 } GDCVECT;  } GDCVECT;
   
   extern const UINT32 gdcplaneseg[4];
   
 typedef void (*GDCSUBFN)(UINT32 csrw, const GDCVECT *vect,  typedef void (*GDCSUBFN)(UINT32 csrw, const GDCVECT *vect,
                                                                                                                 REG16 pat, REG8 ope);                                                                                                                  REG16 pat, REG8 ope);
   
Line 33  REG8 gdcbitreverse(REG8 data); Line 35  REG8 gdcbitreverse(REG8 data);
   
 void gdcslavewait(NEVENTITEM item);  void gdcslavewait(NEVENTITEM item);
   
 void gdcsub_init(void);  void gdcsub_initialize(void);
   void gdcsub_setslavewait(UINT32 clock);
   void gdcsub_setvectl(GDCVECT *vect, int x1, int y1, int x2, int y2);
   
 void gdcsub_vect0(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_vect0(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_vectl(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_vectl(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_vectt(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_vectt(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_vectc(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_vectc(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);
 void gdcsub_vectr(UINT32 csrw, const GDCVECT *vect, REG16 pat, REG8 ope);  void gdcsub_vectr(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 UINT8 *pat, REG8 ope);
 void gdcsub_write(void);  void gdcsub_write(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

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


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