--- np2/statsave.c 2003/12/08 00:55:30 1.19 +++ np2/statsave.c 2003/12/19 23:16:06 1.21 @@ -5,7 +5,6 @@ #include "soundmng.h" #include "timemng.h" #include "cpucore.h" -#include "memory.h" #include "pccore.h" #include "iocore.h" #include "cbuscore.h" @@ -1499,6 +1498,10 @@ const STENTRY *tblterm; gdcs.palchange = GDCSCRN_REDRAW; tramflag.renewal = 1; cgwindow.writable |= 0x80; +#if defined(CPUSTRUC_FONTPTR) + FONTPTR_LOW = fontrom + cgwindow.low; + FONTPTR_HIGH = fontrom + cgwindow.high; +#endif i286_vram_dispatch(vramop.operate); soundmng_play();