]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
====scroll.exe coverted and bakapi.exe converted!! this is a major commit!
[16.git] / src / lib / modex16.h
index b69f658b432fb3e2ae669ffc867c74bd4dc0563b..4426f7337feee16e9b8944b6a3c706bdfa7a97e6 100644 (file)
@@ -55,6 +55,7 @@ typedef union
 
 /* -============================ Functions =============================- */
 /* mode switching, page, and plane functions */
+void VGAmodeX(sword vq);
 void modexEnter();
 void modexLeave();
 page_t modexDefaultPage();
@@ -93,12 +94,16 @@ void modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqoffset);
 void modexPalUpdate1(byte *p);
 void modexPalUpdate0(byte *p);
 void chkcolor(bitmap_t *bmp, word *q, word *a, word *aa, word *z, word *i/*, word *offset*/);
-void modexputPixel(int x, int y, byte color);
-void bputs(/*bmp_t *bmp, */unsigned x, unsigned y, const char *s);
+void modexputPixel(page_t *page, int x, int y, byte color);
+byte modexgetPixel(page_t *page, int x, int y);
+void modexhlin(page_t *page, word xl, word xh, word y, word color);
+void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str);
+void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str);
 void modexWaitBorder();
 
 /* -======================= Constants & Vars ==========================- */
 extern byte far*  VGA;  /* The VGA Memory */
+extern int old_mode;
 #define SCREEN_SEG             0xa000
 #define VIDEO_INT              0x10
 #define SET_MODE               0x00