Diff for /np2/statsave.tbl between versions 1.19 and 1.21

version 1.19, 2004/01/27 07:24:25 version 1.21, 2004/01/30 01:56:01
Line 24  static const PROCTBL evtproc[] = { Line 24  static const PROCTBL evtproc[] = {
                         {PROCID('e','c','s','d'), cs4231_dma},                          {PROCID('e','c','s','d'), cs4231_dma},
                         {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','d','7'), fdcbusy_error7},                          {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 54  static const ENUMTBL evtnum[] = { Line 56  static const ENUMTBL evtnum[] = {
                         {PROCID('4','2','3','1'), NEVENT_CS4231},                          {PROCID('4','2','3','1'), NEVENT_CS4231},
                         {PROCID('g','d','c','s'), NEVENT_GDCSLAVE},                          {PROCID('g','d','c','s'), NEVENT_GDCSLAVE},
                         {PROCID('f','d','b','b'), NEVENT_FDBIOSBUSY},                          {PROCID('f','d','b','b'), NEVENT_FDBIOSBUSY},
                         {PROCID('f','d','c','b'), NEVENT_FDCBUSY},                          {PROCID('f','d','c','i'), NEVENT_FDCINT},
                         {PROCID('k','c','h','1'), NEVENT_PC9861CH1},                          {PROCID('k','c','h','1'), NEVENT_PC9861CH1},
                         {PROCID('k','c','h','2'), NEVENT_PC9861CH2},                          {PROCID('k','c','h','2'), NEVENT_PC9861CH2},
                         {PROCID('p','c','m','8'), NEVENT_86PCM},                          {PROCID('p','c','m','8'), NEVENT_86PCM},
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)
           {"PC9861K1",    0,      STATFLAG_BIN,   &pc9861ch1,             sizeof(pc9861ch1)},
           {"PC9861K2",    0,      STATFLAG_BIN,   &pc9861ch2,             sizeof(pc9861ch2)},
   #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.19  
changed lines
  Added in v.1.21


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