]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/dos_gfx.h
modified: CORE16.EXE
[16.git] / src / lib / dos_gfx.h
index eba4462561698e9238596169ae5d2288332539e1..cb4119cb1b545e9cc23b38ead734d8514f70dfe4 100644 (file)
@@ -6,15 +6,15 @@
 \r
 #define SW             320 // width in pixels of vga mode\r
 #define SH             200 // height in pixels of vga mode\r
-#define NUM_COLORS     16 // number of colors in vga mode
-static lgq=NUM_COLORS/(1/8)
-static hgq=NUM_COLORS/(1/8)\r
+#define NUM_COLORS     256 // number of colors in vga mode\r
+//static lgq=NUM_COLORS/(1/8)\r
+//static hgq=NUM_COLORS/(1/8)\r
 /*#define SW           320\r
 #define SH             200\r
 #define NUM_COLORS     4*/ // cga\r
 #define BONK           400\r
-#define LGQ            lgq\r
-#define HGQ            hgq\r
+#define LGQ            32\r
+#define HGQ            56\r
 #define VMEM           0xA000 // = vga\r
 //#define VMEM         0xB800 // = cga\r
 //#define VMOD         0x13\r
@@ -27,11 +27,13 @@ void clearscr();
 void plotpixel(int x, int y, byte color, byte *Where);\r
 void plotpixelfast(int x, int y, byte color, byte *Where);\r
 void BlockMove();\r
-void etesuto(int x, int y);\r
-void qtesuto(int x, int y, int color);\r
+void eraseplayer(int x, int y);\r
+void drawplayer(int x, int y, int color);\r
 int colortest();\r
 int colorz();\r
-void ssd(int svq);\r
-int ding(int q);\r
+void ssd(int svq);
+void pdump(int mult);
+void tulip();
+int ding(int q);
 \r
 #endif/*_DOSLIB_GFX_H_*/\r