]> 4ch.mooo.com Git - 16.git/blobdiff - 16/dos_gfx.h
modified: 16/DOS_GFX.EXE
[16.git] / 16 / dos_gfx.h
index 2368faee2c308054ee30339e97cc0c3f579d0181..bc536945ccc730c87b8ff11e10cfebb0a73aad10 100644 (file)
@@ -15,8 +15,7 @@
                      // Size =  80 = 2 across, 2 down\r
                      // Size = 160 = 4 across, 1 down*/\r
 //#define VMEM            0xA000 // = vga\r
-//int width = 320;\r
-//int height = 240;\r
+byte Xfont[2048];\r
 \r
 void drawChar(int x, int y, int color, byte c);\r
 void drawText(int x, int y, int color, byte string);\r
@@ -30,7 +29,8 @@ void cls(byte color, byte *Where);
 void putPixel_X(int x, int y, byte color);\r
 void putColorBox_X(int x, int y, int w, int h, byte color);
 void vScroll(int rows);
-void scrolly(int bong);\r
+void scrolly(int bong);
+void wait_for_retrace(void); // Waits for vertical retrace\r
 //void BlockMove();\r
 //void eraseplayer(int x, int y);\r
 //void drawplayer(int x, int y, int color);\r