X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fdos_gfx.h;h=70bddb634c11ff34ccb401a1b564f7817efa9345;hb=4098c490a285a716b46640e8c04f621ccf441f81;hp=7f9b23790ed800ab56338058caac5e2adac85b71;hpb=0dd992dad94b4e77db64936dba6a08f55550fd47;p=16.git diff --git a/16/dos_gfx.h b/16/dos_gfx.h index 7f9b2379..70bddb63 100644 --- a/16/dos_gfx.h +++ b/16/dos_gfx.h @@ -10,18 +10,23 @@ //static hgq=NUM_COLORS/(1/8) #define BONK 400 #define LGQ 32 -#define HGQ 56 -#define TILEWH 16 -#define QUADWH TILEWH/4 +#define HGQ 55 +#define TILEWH 16 +#define QUADWH TILEWH/2 +#define BUFFMX 4 /*byte SIZE = 80; // Size = 40 = 1 across, 4 down // Size = 80 = 2 across, 2 down // Size = 160 = 4 across, 1 down*/ //#define VMEM 0xA000 // = vga -byte Xfont[2048]; + #define SW 320 #define SH 240 -#define VW 560 -#define VH 416 +//#define VW 560 +//#define VH 416 +#define VW (SW+64) +#define VH (SH+64) +#define BS (VH*2) // buffer space! not BULLSHIT +#define BH BS+(TILEWH*BUFFMX) // buffer resolution //void drawChar(int x, int y, int color, byte c); //void drawText(int x, int y, int color, byte string); @@ -43,7 +48,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);