#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 */
{\r
rx = (((i-1) % ((t->data->width)/t->tileWidth)) * t->tileWidth);\r
ry = (((i-1) / ((t->data->height)/t->tileHeight)) * t->tileHeight);
- printf("i=%d\n", i);\r
+////0000 printf("i=%d\n", i);\r
//mxPutTile(t->data, x, y, t->tileWidth, t->tileHeight);\r
modexDrawBmpRegion(page, x, y, rx, ry, t->tileWidth, t->tileHeight, (t->data));\r
}\r