Diff for /np2/cbus/scsiio.h between versions 1.1 and 1.3

version 1.1, 2004/01/22 01:10:03 version 1.3, 2007/11/03 00:00:19
Line 4 Line 4
 typedef struct {  typedef struct {
         UINT    port;          UINT    port;
         UINT    phase;          UINT    phase;
         BYTE    reg[0x30];          UINT8   reg[0x30];
         UINT8   auxstatus;          UINT8   auxstatus;
         UINT8   scsistatus;          UINT8   scsistatus;
         UINT8   membank;          UINT8   membank;
Line 14  typedef struct { Line 14  typedef struct {
         UINT    cmdpos;          UINT    cmdpos;
         UINT    wrdatpos;          UINT    wrdatpos;
         UINT    rddatpos;          UINT    rddatpos;
         BYTE    cmd[12];          UINT8   cmd[12];
         BYTE    data[0x10000];          UINT8   data[0x10000];
         BYTE    bios[2][0x2000];          UINT8   bios[2][0x2000];
 } _SCSIIO, *SCSIIO;  } _SCSIIO, *SCSIIO;
   
   
Line 28  extern _SCSIIO  scsiio; Line 28  extern _SCSIIO  scsiio;
   
 void scsiioint(NEVENTITEM item);  void scsiioint(NEVENTITEM item);
   
 void scsiio_reset(void);  void scsiio_reset(const NP2CFG *pConfig);
 void scsiio_bind(void);  void scsiio_bind(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus

Removed from v.1.1  
changed lines
  Added in v.1.3


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