X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fdos_gfx.h;h=bc536945ccc730c87b8ff11e10cfebb0a73aad10;hb=fc7d63d3fc9f520cbd6c95ef2e070733dae4400d;hp=2368faee2c308054ee30339e97cc0c3f579d0181;hpb=ec9980912cecfec9f20e6b41fb86c6af6af51b0f;p=16.git diff --git a/16/dos_gfx.h b/16/dos_gfx.h index 2368faee..bc536945 100644 --- a/16/dos_gfx.h +++ b/16/dos_gfx.h @@ -15,8 +15,7 @@ // Size = 80 = 2 across, 2 down // Size = 160 = 4 across, 1 down*/ //#define VMEM 0xA000 // = vga -//int width = 320; -//int height = 240; +byte Xfont[2048]; void drawChar(int x, int y, int color, byte c); void drawText(int x, int y, int color, byte string); @@ -30,7 +29,8 @@ void cls(byte color, byte *Where); void putPixel_X(int x, int y, byte color); void putColorBox_X(int x, int y, int w, int h, byte color); void vScroll(int rows); -void scrolly(int bong); +void scrolly(int bong); +void wait_for_retrace(void); // Waits for vertical retrace //void BlockMove(); //void eraseplayer(int x, int y); //void drawplayer(int x, int y, int color);