X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=363004b340ba540c3cb1f2e38f8f5447b337ad55;hb=67103bcf34caaa89876b908820771584b3f4d05c;hp=e25405d09bcce67c757613a9bdcc74391e0359db;hpb=655913f0313102c92ca9e817262cb38ac4fe96c6;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index e25405d0..363004b3 100644 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -29,7 +29,8 @@ #include "src/lib/types.h" #include "src/lib/bitmap.h" #include "src/lib/planar.h" -#include "src/lib/lib_head.h" +#include "src/lib/16_head.h" +#include "src/lib/16text.h" /* -========================== Types & Macros ==========================- */ #define PAGE_OFFSET(x,y) (((y)<<6)+((y)<<4)+((x)>>2)) @@ -92,11 +93,12 @@ 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 modexprint(word x, word y, word t, word col, const byte *str); void modexWaitBorder(); /* -======================= Constants & Vars ==========================- */ extern byte far* VGA; /* The VGA Memory */ -//extern word text_mask[16]; #define SCREEN_SEG 0xa000 #define VIDEO_INT 0x10 #define SET_MODE 0x00