]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
scroll.exe test....
[16.git] / src / lib / modex16.h
index fa9e54e05799e564cf4c00c98a453486804a8399..51c911410c70486e67668e67c9d3569c1a5978d5 100644 (file)
@@ -3,7 +3,7 @@
  */
 #ifndef MODEX16_H
 #define MODEX16_H
-#include <conio.h>
+//#include <conio.h>
 #include "src/lib/types.h"
 #include "src/lib/bitmap.h"
 #include "src/lib/planar.h"
@@ -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 */