Diff for /np2/io/np2sysp.c between versions 1.14 and 1.15

version 1.14, 2004/01/23 08:44:30 version 1.15, 2004/03/22 05:38:47
Line 149  static const SYSPCMD np2spcmd[] = { Line 149  static const SYSPCMD np2spcmd[] = {
                         {str_hwreset,   np2sysp_hwreset,        NULL,                   0},                          {str_hwreset,   np2sysp_hwreset,        NULL,                   0},
   
 // extension  // extension
 #if defined(SUPPORT_SASI)  #if defined(SUPPORT_IDEIO) || defined(SUPPORT_SASI)
                         {str_sasibios,  np2sysp_sasi,           NULL,                   0},                          {str_sasibios,  np2sysp_sasi,           NULL,                   0},
 #endif  #endif
 #if defined(SUPPORT_SCSI)  #if defined(SUPPORT_SCSI)

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


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