--- np2/statsave.c 2004/01/08 16:29:56 1.26 +++ 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); @@ -1580,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();