Diff for /np2/font/fontmake.c between versions 1.2 and 1.3

version 1.2, 2003/10/21 11:22:05 version 1.3, 2004/06/12 15:32:53
Line 284  void makepc98bmp(const char *filename) { Line 284  void makepc98bmp(const char *filename) {
                 goto mfnt_err2;                  goto mfnt_err2;
         }          }
         FillMemory(ptr, size, 0xff);          FillMemory(ptr, size, 0xff);
         setank(ptr, fnt, 0x20, 0x80);          setank(ptr, fnt, 0x20, 0x7f);
         setank(ptr, fnt, 0xa1, 0xe0);          setank(ptr, fnt, 0xa1, 0xe0);
         patchank(ptr, fontdata_16 + 0*32*16, 0x00);          patchank(ptr, fontdata_16 + 0*32*16, 0x00);
         patchank(ptr, fontdata_16 + 1*32*16, 0x80);          patchank(ptr, fontdata_16 + 1*32*16, 0x80);

Removed from v.1.2  
changed lines
  Added in v.1.3


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