|
|
| version 1.1.1.1, 2003/10/16 17:58:37 | version 1.3, 2004/06/12 15:32:53 |
|---|---|
| Line 3 | Line 3 |
| #include "parts.h" | #include "parts.h" |
| #include "dosio.h" | #include "dosio.h" |
| #include "fontmng.h" | #include "fontmng.h" |
| #include "memory.h" | |
| #include "font.h" | #include "font.h" |
| #include "fontdata.h" | #include "fontdata.h" |
| #include "fontmake.h" | #include "fontmake.h" |
| Line 285 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); |