]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bakapee.h
replace inline asm with _fmemcpy to copy ROM font char.
[16.git] / src / lib / bakapee.h
index 1f9c94e59af0f063ad11d201ff598137deef7bde..a6076dafcef6069112d47e48a849ad57bc0b7de4 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123\r
  *\r
  * This file is part of Project 16.\r
  *\r
 \r
 #include "src/lib/16_head.h"\r
 #include "src/lib/modex16.h"\r
+#include <hw/cpu/cpu.h>\r
+#include <hw/dos/dos.h>\r
+#include <hw/vga/vga.h>\r
+\r
 //#include "src/lib/modex/modex.h"\r
-#include "16/x/modex.h"\r
+//#include "16/x/modex.h"\r
 \r
 #define TILEWH 16\r
 #define QUADWH                 TILEWH/2\r
@@ -44,6 +48,7 @@ typedef struct {
        sword bakax, bakay;\r
        sword xx, yy, sx, sy;\r
        byte coor;\r
+       boolean tile;\r
 } bakapee_t;\r
 \r
 void clrstdin();\r