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

version 1.4, 2004/02/07 21:23:22 version 1.6, 2004/02/19 06:10:13
Line 55  enum { Line 55  enum {
   
         GDCSCRN_ENABLE          = 0x80,          GDCSCRN_ENABLE          = 0x80,
         GDCSCRN_EXT                     = 0x40,          GDCSCRN_EXT                     = 0x40,
         GDCSCRN_ATR                     = 0x10,  
         GDCSCRN_ALLDRAW         = 0x04,          GDCSCRN_ALLDRAW         = 0x04,
         GDCSCRN_REDRAW          = 0x01,          GDCSCRN_REDRAW          = 0x01,
         GDCSCRN_ALLDRAW2        = 0x0c,          GDCSCRN_ALLDRAW2        = 0x0c,
Line 74  extern "C" { Line 73  extern "C" {
 void gdc_reset(void);  void gdc_reset(void);
 void gdc_bind(void);  void gdc_bind(void);
   
   void gdc_vectreset(GDCDATA item);
 void gdc_work(int id);  void gdc_work(int id);
 void gdc_forceready(GDCDATA item);  void gdc_forceready(GDCDATA item);
 void gdc_paletteinit(void);  void gdc_paletteinit(void);

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


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