]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
disabled drawing of rows and colums in the scroll functions with a page.id
[16.git] / src / lib / modex16.h
index bc23ee3e4b614465013cbc41cad1d53d8ee430ce..7df4e9b01764732f813fde8a218ea025239f9925 100644 (file)
@@ -16,6 +16,7 @@
 #define SELECT_ALL_PLANES() outpw(0x03c4, 0xff02)
 
 typedef struct {
+       word id;        /* the Identification number of the page~ For layering~ */
     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 */