]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
gvar.video.page[1].pattern_ofs added wwwwwwwww
[16.git] / src / lib / modex16.h
index 45c8b137f2558582e1d003f7f8f2cce96b4fc7a9..3fe143c80d924c6a2021053a47800cced46a55a6 100755 (executable)
@@ -148,7 +148,7 @@ void modexPalWhite();
 void modexPalUpdate(bitmap_t *bmp, word *i, word qp, word aqoffset);
 void modexPalUpdate1(byte *p);
 void modexPalUpdate0(byte *p);
-void modexPalOverscan(byte *p, word col);
+void modexPalOverscan(word col);
 void modexchkcolor(bitmap_t *bmp, word *q, word *a, word *aa, word *z, word *i/*, word *offset*/);
 void modexputPixel(page_t *page, int x, int y, byte color);
 byte modexgetPixel(page_t *page, int x, int y);
@@ -184,6 +184,6 @@ void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, c
 void modexpdump(page_t *pee);
 void modexcls(page_t *page, byte color, byte *Where);
 void modexWaitBorder();
-void bios_cls();
+void modexprintmeminfo(video_t *v);
 
 #endif