]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.c
ok!
[16.git] / src / lib / modex16.c
index df5a23e984dca76abbc040e09fc6f0001956e423..3bf65ee40fa12bc96c404d3b1b7cfb21bd26e38f 100644 (file)
 #include "src/lib/modex16.h"
 
 byte far* VGA=(byte far*) 0xA0000000;  /* this points to video memory. */
-/*word text_mask[16] = {
-       0x0002, 0x0102, 0x0202, 0x0302,
-       0x0402, 0x0502, 0x0602, 0x0702,
-       0x0802, 0x0902, 0x0A02, 0x0B02,
-       0x0C02, 0x0D02, 0x0E02, 0x0F02
-};*/
 
 static void fadePalette(sbyte fade, sbyte start, word iter, byte *palette);
 static byte tmppal[PAL_SIZE];