]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.h
gvar.video.page[1].pattern_ofs removed because it is just (0x10000UL - (uint16_t...
[16.git] / src / lib / modex16.h
index 9ce226e1fccf726c1a4ccf137890bc6dd179fc0e..55e0be87641900ea7e91c800237043cb00423d1b 100755 (executable)
 // #include "src/lib/modex16/192x144_.h"
 // #include "src/lib/modex16/160x120.h"
 
+#ifdef __WATCOMC__
 #include <hw/cpu/cpu.h>
 #include <hw/dos/dos.h>
 #include <hw/vga/vga.h>
 #include <hw/vga/vrl.h>
+#endif
 
 static struct pcxHeader {
        byte id;
@@ -184,8 +186,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);
-void update_state_from_vga_();
 
 #endif