--- np2/font/fontx68k.c 2003/10/16 17:58:37 1.1 +++ np2/font/fontx68k.c 2005/02/07 14:46:10 1.5 @@ -1,15 +1,15 @@ #include "compiler.h" #include "dosio.h" -#include "memory.h" +#include "cpucore.h" #include "font.h" #include "fontdata.h" -static void x68kknjcpy(BYTE *dst, const BYTE *src, int from, int to) { +static void x68kknjcpy(UINT8 *dst, const UINT8 *src, int from, int to) { int i, j, k; -const BYTE *p; - BYTE *q; +const UINT8 *p; + UINT8 *q; for (i=from; i