Diff for /np2/statsave.c between versions 1.33 and 1.34

version 1.33, 2004/01/26 14:57:20 version 1.34, 2004/01/27 03:24:18
Line 1284  static int flagload_disk(STFLAGH sfh, co Line 1284  static int flagload_disk(STFLAGH sfh, co
                         fdd_set(i, st.path, FTYPE_NONE, st.readonly);                          fdd_set(i, st.path, FTYPE_NONE, st.readonly);
                 }                  }
         }          }
         sxsi_trash();  
         for (i=0x00; i<0x02; i++) {          for (i=0x00; i<0x02; i++) {
                 ret |= statflag_read(sfh, &st, sizeof(st));                  ret |= statflag_read(sfh, &st, sizeof(st));
                 if (st.path[0]) {                  if (st.path[0]) {
Line 1588  const SFENTRY *tblterm; Line 1587  const SFENTRY *tblterm;
         rs232c_midipanic();          rs232c_midipanic();
         mpu98ii_midipanic();          mpu98ii_midipanic();
         pc9861k_midipanic();          pc9861k_midipanic();
           sxsi_trash();
   
         ret |= flagload_common(&sffh->sfh, np2tbl);          ret |= flagload_common(&sffh->sfh, np2tbl);
         nevent_init();          nevent_init();
Line 1606  const SFENTRY *tblterm; Line 1606  const SFENTRY *tblterm;
         cbuscore_reset();          cbuscore_reset();
         fmboard_reset(pccore.sound);          fmboard_reset(pccore.sound);
   
   
         done = FALSE;          done = FALSE;
         while((!done) && (ret != STATFLAG_FAILURE)) {          while((!done) && (ret != STATFLAG_FAILURE)) {
                 ret |= statflag_readsection(sffh);                  ret |= statflag_readsection(sffh);

Removed from v.1.33  
changed lines
  Added in v.1.34


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