Diff for /np2/io/gdc.h between versions 1.14 and 1.16

version 1.14, 2004/03/23 22:39:40 version 1.16, 2007/11/03 00:00:20
Line 2 Line 2
 #define GDCCMD_MAX      32  #define GDCCMD_MAX      32
   
 typedef struct {  typedef struct {
         BYTE    para[256];          UINT8   para[256];
         UINT16  fifo[GDCCMD_MAX];          UINT16  fifo[GDCCMD_MAX];
         UINT16  cnt;          UINT16  cnt;
         UINT8   ptr;          UINT8   ptr;
Line 87  enum { Line 87  enum {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void gdc_reset(void);  void gdc_reset(const NP2CFG *pConfig);
 void gdc_bind(void);  void gdc_bind(void);
   
 void gdc_vectreset(GDCDATA item);  void gdc_vectreset(GDCDATA item);

Removed from v.1.14  
changed lines
  Added in v.1.16


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