Diff for /np2/io/gdc.h between versions 1.6 and 1.8

version 1.6, 2004/02/19 06:10:13 version 1.8, 2004/02/26 08:44:32
Line 31  typedef struct { Line 31  typedef struct {
         int                     palnum;          int                     palnum;
         UINT8           degpal[4];          UINT8           degpal[4];
         RGB32           anapal[16];          RGB32           anapal[16];
   
         UINT32          dispclock;          UINT32          dispclock;
         UINT32          vsyncclock;          UINT32          vsyncclock;
         UINT32          rasterclock;          UINT32          rasterclock;
Line 75  void gdc_bind(void); Line 74  void gdc_bind(void);
   
 void gdc_vectreset(GDCDATA item);  void gdc_vectreset(GDCDATA item);
 void gdc_work(int id);  void gdc_work(int id);
 void gdc_forceready(GDCDATA item);  void gdc_forceready(int id);
 void gdc_paletteinit(void);  void gdc_paletteinit(void);
   
 void gdc_setdegitalpal(int color, REG8 value);  void gdc_setdegitalpal(int color, REG8 value);

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


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