X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.c;h=3bf65ee40fa12bc96c404d3b1b7cfb21bd26e38f;hb=2bc6e98511fbe156f4ec68b1b7dbc7c8c03f866f;hp=df5a23e984dca76abbc040e09fc6f0001956e423;hpb=655913f0313102c92ca9e817262cb38ac4fe96c6;p=16.git diff --git a/src/lib/modex16.c b/src/lib/modex16.c index df5a23e9..3bf65ee4 100644 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -29,12 +29,6 @@ #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];