X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=51c911410c70486e67668e67c9d3569c1a5978d5;hb=111b6cfe076d6333ada6787e2b81c0d836d0818a;hp=2a4987a5e20dd8d66b3d93e0eb78d51d689fa2c6;hpb=f906c5a2bf24af0c9990f2c3f6b60bf2237ec5f4;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 2a4987a5..51c91141 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -3,10 +3,10 @@ */ #ifndef MODEX16_H #define MODEX16_H -#include -#include "src\lib\types.h" -#include "src\lib\bitmap.h" -#include "src\lib\planar.h" +//#include +#include "src/lib/types.h" +#include "src/lib/bitmap.h" +#include "src/lib/planar.h" /* -========================== Types & Macros ==========================- */ #define PAGE_OFFSET(x,y) (((y)<<6)+((y)<<4)+((x)>>2)) @@ -14,7 +14,7 @@ #define SELECT_ALL_PLANES() outpw(0x03c4, 0xff02) typedef struct { - byte far* data; /* the data for the page */ + byte huge* data; /* the data for the page */ word dx; /* col we are viewing on the virtual screen */ word dy; /* row we are viewing on the virtual screen */ word width; /* virtual width of the page */