Diff for /np2/statsave.tbl between versions 1.20 and 1.22

version 1.20, 2004/01/29 10:04:05 version 1.22, 2004/01/30 14:33:27
Line 1 Line 1
   
 #define         NP2STATUS_VERSION               0731  #define         NP2STATUS_VERSION               0732
   
 static const NP2FHDR np2flagdef = {  static const NP2FHDR np2flagdef = {
                                                 "Neko Project II",                                                  "Neko Project II",
Line 25  static const PROCTBL evtproc[] = { Line 25  static const PROCTBL evtproc[] = {
                         {PROCID('e','g','s','w'), gdcslavewait},                          {PROCID('e','g','s','w'), gdcslavewait},
                         {PROCID('e','f','b','o'), fdbiosout},                          {PROCID('e','f','b','o'), fdbiosout},
                         {PROCID('e','f','i','w'), fdc_intwait},                          {PROCID('e','f','i','w'), fdc_intwait},
                         {PROCID('e','p','k','1'), pc9861ch1cb},  
                         {PROCID('e','p','k','2'), pc9861ch2cb},  
                         {PROCID('e','p','8','6'), pcm86_cb},                          {PROCID('e','p','8','6'), pcm86_cb},
                         {PROCID('e','a','m','d'), amd98int},                          {PROCID('e','a','m','d'), amd98int},
 #if defined(SUPPORT_SASI)  #if defined(SUPPORT_SASI)
Line 35  static const PROCTBL evtproc[] = { Line 33  static const PROCTBL evtproc[] = {
 #if defined(SUPPORT_SCSI)  #if defined(SUPPORT_SCSI)
                         {PROCID('e','s','c','s'), scsiioint},                          {PROCID('e','s','c','s'), scsiioint},
 #endif  #endif
   #if defined(SUPPORT_PC9861K)
                           {PROCID('e','p','k','1'), pc9861ch1cb},
                           {PROCID('e','p','k','2'), pc9861ch2cb},
   #endif
 };  };
   
 static const ENUMTBL evtnum[] = {  static const ENUMTBL evtnum[] = {
Line 129  static const SFENTRY np2tbl[] = { Line 131  static const SFENTRY np2tbl[] = {
 #if defined(SUPPORT_SCSI)  #if defined(SUPPORT_SCSI)
         {"SCSI",                0,      STATFLAG_BIN,   &scsiio,                sizeof(scsiio)},          {"SCSI",                0,      STATFLAG_BIN,   &scsiio,                sizeof(scsiio)},
 #endif  #endif
   #if defined(SUPPORT_PC9861K)
           {"PC9861K",             0,      STATFLAG_BIN,   &pc9861k,               sizeof(pc9861k)},
   #endif
 #if defined(SUPPORT_HOSTDRV)  #if defined(SUPPORT_HOSTDRV)
         {"HOSTDRV",             0,      STATFLAG_HDRV,  NULL,                   0},          {"HOSTDRV",             0,      STATFLAG_HDRV,  NULL,                   0},
 #endif  #endif

Removed from v.1.20  
changed lines
  Added in v.1.22


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