Diff for /np2/io/fdc.h between versions 1.7 and 1.9

version 1.7, 2004/05/07 11:42:29 version 1.9, 2007/11/03 00:00:20
Line 99  typedef struct { Line 99  typedef struct {
         int             bufcnt;          int             bufcnt;
   
         UINT8   cmd;          UINT8   cmd;
         BYTE    cmds[15];          UINT8   cmds[15];
         BYTE    data[16];          UINT8   data[16];
   
         BYTE    buf[0x8000];          UINT8   buf[0x8000];
 } _FDC, *FDC;  } _FDC, *FDC;
   
   
Line 123  REG8 DMACCALL fdc_dmafunc(REG8 func); Line 123  REG8 DMACCALL fdc_dmafunc(REG8 func);
 void fdcsend_error7(void);  void fdcsend_error7(void);
 void fdcsend_success7(void);  void fdcsend_success7(void);
   
 void fdc_reset(void);  void fdc_reset(const NP2CFG *pConfig);
 void fdc_bind(void);  void fdc_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

Removed from v.1.7  
changed lines
  Added in v.1.9


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