--- np2/statsave.c 2004/01/05 09:31:24 1.25 +++ np2/statsave.c 2004/01/13 05:30:58 1.27 @@ -572,7 +572,7 @@ static int flagsave_epson(NP2FFILE f, co int ret; - if (!(pc.model & PCMODEL_EPSON)) { + if (!(pccore.model & PCMODEL_EPSON)) { return(NP2FLAG_SUCCESS); } ret = flagsave_create(f, t); @@ -1488,6 +1488,9 @@ const STENTRY *tblterm; mpu98ii_midipanic(); pc9861k_midipanic(); sound_reset(); +#if defined(SUPPORT_WAVEMIX) + wavemix_bind(); +#endif fmboard_reset(0); done = FALSE; @@ -1577,7 +1580,7 @@ const STENTRY *tblterm; flagclose(&f); // I/Oºî¤êľ¤· - i286_memorymap((pc.model & PCMODEL_EPSON)?1:0); + i286_memorymap((pccore.model & PCMODEL_EPSON)?1:0); iocore_build(); iocore_bind(); cbuscore_bind();