X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=8679bf86a51ae1a81791b0803930af46f77ef94a;hb=791064641005d3f1f4df55927d28f6eb2db85fe4;hp=f85eb055a2de9b60b47e8d9a0c7faecc4248a4ce;hpb=c1d3221afb5fe541d8c886ff66198329c153e48e;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index f85eb055..8679bf86 100755 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -66,7 +66,8 @@ static struct pcxHeader { //192x144 = 12x9 //temp defines -#define TILEWH 16 +#define TILEWH 16 +#define TILEWHD TILEWH*2 #define QUADWH TILEWH/2 /* -========================== Types & Macros ==========================- */ @@ -118,6 +119,8 @@ void modexsetBaseXMode(); page_t modexDefaultPage(page_t *p); page_t modexNextPage(page_t *p); page_t modexNextPageFlexibleSize(page_t *p, word x, word y); +void modexCalcVmemRemain(video_t *video); +void modexHiganbanaPageSetup(video_t *video); void modexShowPage(page_t *page); void modexPanPage(page_t *page, int dx, int dy); void modexSelectPlane(byte plane); @@ -180,7 +183,7 @@ void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, cons void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void modexpdump(page_t *pee); void modexcls(page_t *page, byte color, byte *Where); -//void modexWaitBorder(); +void modexWaitBorder(); void bios_cls(); #endif