#include "compiler.h" #include "bmpdata.h" #include "dosio.h" #include "cpucore.h" #include "font.h" #include "fontdata.h" #define FONTYSIZE 16 #define BMPWIDTH 2048L #define BMPHEIGHT 2048L #define BMPLINESIZE (BMPWIDTH / 8) // 割り切れる^^; #define BMPDATASIZE (BMPLINESIZE * BMPHEIGHT) static void pc98ankcpy(UINT8 *dst, const UINT8 *src, int from, int to) { int y; const UINT8 *p; int ank; for (ank=from; ank