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

version 1.25, 2004/01/05 09:31:24 version 1.27, 2004/01/13 05:30:58
Line 572  static int flagsave_epson(NP2FFILE f, co Line 572  static int flagsave_epson(NP2FFILE f, co
   
         int             ret;          int             ret;
   
         if (!(pc.model & PCMODEL_EPSON)) {          if (!(pccore.model & PCMODEL_EPSON)) {
                 return(NP2FLAG_SUCCESS);                  return(NP2FLAG_SUCCESS);
         }          }
         ret = flagsave_create(f, t);          ret = flagsave_create(f, t);
Line 1488  const STENTRY *tblterm; Line 1488  const STENTRY *tblterm;
         mpu98ii_midipanic();          mpu98ii_midipanic();
         pc9861k_midipanic();          pc9861k_midipanic();
         sound_reset();          sound_reset();
   #if defined(SUPPORT_WAVEMIX)
           wavemix_bind();
   #endif
         fmboard_reset(0);          fmboard_reset(0);
   
         done = FALSE;          done = FALSE;
Line 1577  const STENTRY *tblterm; Line 1580  const STENTRY *tblterm;
         flagclose(&f);          flagclose(&f);
   
         // I/O作り直し          // I/O作り直し
         i286_memorymap((pc.model & PCMODEL_EPSON)?1:0);          i286_memorymap((pccore.model & PCMODEL_EPSON)?1:0);
         iocore_build();          iocore_build();
         iocore_bind();          iocore_bind();
         cbuscore_bind();          cbuscore_bind();

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


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