X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=fe96a78fde3dc98afda722dba483c540469b6ef0;hb=5c022e8e83924eba7882be2ab3824f63d6ce0c3c;hp=6b8622f1a0983d7574be0a9971cf706777639def;hpb=46de466195384487cfd2ce33da7d277a25c4cdef;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 6b8622f1..fe96a78f 100755 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -120,15 +120,16 @@ 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 chkcolor(bitmap_t *bmp, word *q, word *a, word *aa, word *z, word *i/*, word *offset*/); +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); 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, boolean q); void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); -void pdump(page_t *pee); -void cls(page_t *page, byte color, byte *Where); +void modexpdump(page_t *pee); +void modexcls(page_t *page, byte color, byte *Where); //void modexWaitBorder(); +void bios_cls(); /* -======================= Constants & Vars ==========================- */ extern byte far* VGA; /* The VGA Memory */