X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdos_gfx.h;h=39a06de62a72703b1decf994ce29a7eb2074ff33;hb=fb5c0b9af75a7d052512af5dcd696f17f6a74a48;hp=eba4462561698e9238596169ae5d2288332539e1;hpb=3a52257904294d63b42250039dc6d01067af8df1;p=16.git diff --git a/src/lib/dos_gfx.h b/src/lib/dos_gfx.h index eba44625..39a06de6 100644 --- a/src/lib/dos_gfx.h +++ b/src/lib/dos_gfx.h @@ -6,15 +6,15 @@ #define SW 320 // width in pixels of vga mode #define SH 200 // height in pixels of vga mode -#define NUM_COLORS 16 // number of colors in vga mode -static lgq=NUM_COLORS/(1/8) -static hgq=NUM_COLORS/(1/8) +#define NUM_COLORS 256 // number of colors in vga mode +//static lgq=NUM_COLORS/(1/8) +//static hgq=NUM_COLORS/(1/8) /*#define SW 320 #define SH 200 #define NUM_COLORS 4*/ // cga #define BONK 400 -#define LGQ lgq -#define HGQ hgq +#define LGQ 32 +#define HGQ 56 #define VMEM 0xA000 // = vga //#define VMEM 0xB800 // = cga //#define VMOD 0x13