X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fdos_gfx.h;h=cb47dc91dc18abeeb9479cee67a650c225495384;hb=b9f13dd0b67939f2d0897edfafdf0821d53fc405;hp=231c106191f2e353f54e70acedec92cad105b686;hpb=b50a0eb714c64dee65050539243e02ef2aa308b5;p=16.git diff --git a/16/dos_gfx.h b/16/dos_gfx.h index 231c1061..cb47dc91 100644 --- a/16/dos_gfx.h +++ b/16/dos_gfx.h @@ -3,17 +3,18 @@ #include #include #include "lib\lib_com.h" -#include "lib\x\modex.h" +#include "lib\x\modex.h" +#include "lib\modex16.h" //____ #define NUM_COLORS 256 // number of colors in vga mode //static lgq=NUM_COLORS/(1/8) //static hgq=NUM_COLORS/(1/8) #define BONK 400 #define LGQ 32 -#define HGQ 56 +#define HGQ 55 #define TILEWH 16 #define QUADWH TILEWH/2 -#define BUFFMX 3 +#define BUFFMX 4 /*byte SIZE = 80; // Size = 40 = 1 across, 4 down // Size = 80 = 2 across, 2 down // Size = 160 = 4 across, 1 down*/ @@ -48,7 +49,7 @@ void cls(byte color, byte *Where); short colortest(); short colorz(); void ssd(short svq); -//void pdump(int mult); +void pdump(); //void tulip(); short ding(int q);