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

version 1.1, 2004/01/22 01:10:03 version 1.2, 2005/02/07 14:46:08
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;
   
   

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


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