X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=51c911410c70486e67668e67c9d3569c1a5978d5;hb=12b9ee8122e4842aeb56d94a206e6b2b2e1e8bd4;hp=755a11c8a693055a9fc1fbba89735ec2c99e1d2f;hpb=8b92f32b6e6a8ab7be52ced02208cc789364a014;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 755a11c8..51c91141 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.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 */