From: sparky4 Date: Fri, 26 Jun 2015 16:05:19 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=24538a675545e1d2e01bfb5e6dfcd8781d6d3bba;p=16.git wwww modified: src/lib/modex16.c --- 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];