--- np2/font/fontmake.c 2003/10/16 17:58:37 1.1.1.1 +++ np2/font/fontmake.c 2004/06/12 15:32:53 1.3 @@ -3,7 +3,6 @@ #include "parts.h" #include "dosio.h" #include "fontmng.h" -#include "memory.h" #include "font.h" #include "fontdata.h" #include "fontmake.h" @@ -285,7 +284,7 @@ void makepc98bmp(const char *filename) { goto mfnt_err2; } FillMemory(ptr, size, 0xff); - setank(ptr, fnt, 0x20, 0x80); + setank(ptr, fnt, 0x20, 0x7f); setank(ptr, fnt, 0xa1, 0xe0); patchank(ptr, fontdata_16 + 0*32*16, 0x00); patchank(ptr, fontdata_16 + 1*32*16, 0x80);