Diff for /xmil/statsave.tbl between versions 1.2 and 1.4

version 1.2, 2004/08/12 20:31:35 version 1.4, 2004/08/17 12:30:41
Line 1 Line 1
   
 #define         XMILSTATUS_VERSION              0  #define         XMILSTATUS_VERSION              0001
   
 static const NP2FHDR np2flagdef = {  static const NP2FHDR np2flagdef = {
                                                 "X Millennium",                                                  "X Millennium",
Line 39  static const SFENTRY xmiltbl[] = { Line 39  static const SFENTRY xmiltbl[] = {
         {"CGROM",               0,      STATFLAG_BIN,   &cgrom,                 sizeof(cgrom)},          {"CGROM",               0,      STATFLAG_BIN,   &cgrom,                 sizeof(cgrom)},
         {"CMT",                 0,      STATFLAG_BIN,   &cmt,                   sizeof(cmt)},          {"CMT",                 0,      STATFLAG_BIN,   &cmt,                   sizeof(cmt)},
         {"CRTC_S",              0,      STATFLAG_BIN,   &crtc.s,                sizeof(crtc.s)},          {"CRTC_S",              0,      STATFLAG_BIN,   &crtc.s,                sizeof(crtc.s)},
   #if defined(SUPPORT_TURBOZ)
         {"CRTC_P",              0,      STATFLAG_BIN,   &crtc.p,                sizeof(crtc.p)},          {"CRTC_P",              0,      STATFLAG_BIN,   &crtc.p,                sizeof(crtc.p)},
   #endif
         {"CTC",                 0,      STATFLAG_BIN,   &ctc,                   sizeof(ctc)},          {"CTC",                 0,      STATFLAG_BIN,   &ctc,                   sizeof(ctc)},
         {"DMAC",                0,      STATFLAG_BIN,   &dma,                   sizeof(dma)},          {"DMAC",                0,      STATFLAG_BIN,   &dma,                   sizeof(dma)},
         {"FDC",                 0,      STATFLAG_BIN,   &fdc.s,                 sizeof(fdc.s)},          {"FDC",                 0,      STATFLAG_BIN,   &fdc.s,                 sizeof(fdc.s)},

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


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