--- np2/font/fontx68k.c 2003/11/15 07:10:02 1.2 +++ np2/font/fontx68k.c 2004/02/07 21:23:22 1.4 @@ -1,6 +1,6 @@ #include "compiler.h" #include "dosio.h" -#include "memory.h" +#include "cpucore.h" #include "font.h" #include "fontdata.h" @@ -69,8 +69,8 @@ BYTE fontx68k_read(const char *filename, // 8dot ANKを読む必要があるか if (loading & FONT_ANK8) { loading &= ~FONT_ANK8; - CopyMemory(fontrom + 0x82100, work + 0x3a100, 0x60*8); - CopyMemory(fontrom + 0x82500, work + 0x3a500, 0x40*8); + fontdata_ank8store(work + 0x3a100, 0x20, 0x60); + fontdata_ank8store(work + 0x3a500, 0xa0, 0x40); } // 16dot ASCIIを読む必要があるか