Diff for /np2/statsave.tbl between versions 1.25 and 1.27

version 1.25, 2004/02/18 03:24:48 version 1.27, 2004/03/19 03:36:52
Line 82  static const SFENTRY np2tbl[] = { Line 82  static const SFENTRY np2tbl[] = {
         {"CPU286",              0,      STATFLAG_BIN,   &CPU_STATSAVE,  sizeof(CPU_STATSAVE)},          {"CPU286",              0,      STATFLAG_BIN,   &CPU_STATSAVE,  sizeof(CPU_STATSAVE)},
         {"MEMORY",              0,      STATFLAG_MEM,   NULL,                   0x130000},          {"MEMORY",              0,      STATFLAG_MEM,   NULL,                   0x130000},
         {"EXTMEM",              0,      STATFLAG_EXT,   NULL,                   0},          {"EXTMEM",              0,      STATFLAG_EXT,   NULL,                   0},
   #if defined(SUPPORT_PC9821)
           {"VRAMEX",              0,      STATFLAG_BIN,   vramex,                 sizeof(vramex)},
   #endif
   
         {"ARTIC",               0,      STATFLAG_BIN,   &artic,                 sizeof(artic)},          {"ARTIC",               0,      STATFLAG_BIN,   &artic,                 sizeof(artic)},
         {"CGROM",               0,      STATFLAG_BIN,   &cgrom,                 sizeof(cgrom)},          {"CGROM",               0,      STATFLAG_BIN,   &cgrom,                 sizeof(cgrom)},
Line 104  static const SFENTRY np2tbl[] = { Line 107  static const SFENTRY np2tbl[] = {
         {"PIT",                 0,      STATFLAG_BIN,   &pit,                   sizeof(pit)},          {"PIT",                 0,      STATFLAG_BIN,   &pit,                   sizeof(pit)},
         {"MPU98II",             0,      STATFLAG_BIN,   &mpu98,                 sizeof(mpu98)},          {"MPU98II",             0,      STATFLAG_BIN,   &mpu98,                 sizeof(mpu98)},
         {"MOUSE",               0,      STATFLAG_BIN,   &mouseif,               sizeof(mouseif)},          {"MOUSE",               0,      STATFLAG_BIN,   &mouseif,               sizeof(mouseif)},
           {"NECIO",               0,      STATFLAG_BIN,   &necio,                 sizeof(necio)},
         {"NMIIO",               0,      STATFLAG_BIN,   &nmiio,                 sizeof(nmiio)},          {"NMIIO",               0,      STATFLAG_BIN,   &nmiio,                 sizeof(nmiio)},
         {"NP2SYSPORT",  0,      STATFLAG_BIN,   &np2sysp,               sizeof(np2sysp)},          {"NP2SYSPORT",  0,      STATFLAG_BIN,   &np2sysp,               sizeof(np2sysp)},
         {"PIC",                 0,      STATFLAG_BIN,   &pic,                   sizeof(pic)},          {"PIC",                 0,      STATFLAG_BIN,   &pic,                   sizeof(pic)},

Removed from v.1.25  
changed lines
  Added in v.1.27


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