Diff for /np2/statsave.c between versions 1.47 and 1.50

version 1.47, 2005/03/22 04:03:15 version 1.50, 2005/05/20 13:59:45
Line 1037  static int flagload_fdd(STFLAGH sfh, con Line 1037  static int flagload_fdd(STFLAGH sfh, con
         for (i=0; i<4; i++) {          for (i=0; i<4; i++) {
                 ret |= statflag_read(sfh, &sp, sizeof(sp));                  ret |= statflag_read(sfh, &sp, sizeof(sp));
                 if (sp.path[0]) {                  if (sp.path[0]) {
                         fdd_set(i, sp.path, FTYPE_NONE, sp.readonly);                          fdd_set(i, sp.path, sp.ftype, sp.readonly);
                 }                  }
         }          }
         (void)tbl;          (void)tbl;
Line 1551  const SFENTRY *tblterm; Line 1551  const SFENTRY *tblterm;
         statflag_close(sffh);          statflag_close(sffh);
   
         // I/O作り直し          // I/O作り直し
         i286_memorymap((pccore.model & PCMODEL_EPSON)?1:0);          MEMM_ARCH((pccore.model & PCMODEL_EPSON)?1:0);
         iocore_build();          iocore_build();
         iocore_bind();          iocore_bind();
         cbuscore_bind();          cbuscore_bind();
Line 1568  const SFENTRY *tblterm; Line 1568  const SFENTRY *tblterm;
         FONTPTR_LOW = fontrom + cgwindow.low;          FONTPTR_LOW = fontrom + cgwindow.low;
         FONTPTR_HIGH = fontrom + cgwindow.high;          FONTPTR_HIGH = fontrom + cgwindow.high;
 #endif  #endif
         i286_vram_dispatch(vramop.operate);          MEMM_VRAM(vramop.operate);
           fddmtr_reset();
         soundmng_play();          soundmng_play();
   
         return(ret);          return(ret);

Removed from v.1.47  
changed lines
  Added in v.1.50


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