X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=755a11c8a693055a9fc1fbba89735ec2c99e1d2f;hb=bb4878674a36456e85b10dc2607444caba597528;hp=7a0f24d6758caf804e80d623956334cb2977122d;hpb=a88ac802697028fc7512e913f6aef1d6cc8cfd85;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 7a0f24d6..755a11c8 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 /*huge*/* data; /* the data for the page */ + byte far* 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 */