X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest2.c;h=d0037ad37a4c5fb00f48a8b5dad533027d5df474;hb=6ff9142bfcb617e76c164884ea960b2b5bf9076f;hp=25d30141c75a8ad48b81940ae65072887304a4b6;hpb=4d4c2774d4e51f7356f7a5ef32ef61a9fd2c299a;p=16.git diff --git a/src/pcxtest2.c b/src/pcxtest2.c index 25d30141..d0037ad3 100755 --- a/src/pcxtest2.c +++ b/src/pcxtest2.c @@ -24,7 +24,7 @@ #include #include #include "src/lib/16_vl.h" -#include "src/lib/bitmap.h" +//#include "16/src/lib/bitmap.h" //----#include "src/lib/planar.h" static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ @@ -85,12 +85,13 @@ void main() { } //0000 bmp = bitmapLoadPcx("data/koishi~~.pcx"); - bmp = bitmapLoadPcx("data/chikyuu.pcx", &gvar); +//0000 bmp = bitmapLoadPcx("data/chikyuu.pcx"/*, &gvar*/); + bmp = bitmapLoadPcx("data/maryai4c.pcx"/*, &gvar*/); // bmp = bitmapLoadPcx("data/koishi^^.pcx"); // bmp = bitmapLoadPcx("16/PCX_LIB/chikyuu.pcx"); //---- p = planar_buf_from_bitmap(&bmp); VGAmodeX(1, 1, &gvar); - gvar.video.page[0]=modexDefaultPage(&gvar.video.page[0]); + //--00 gvar.video.page[0]=modexDefaultPage(&gvar.video.page[0]); gvar.video.page[0].sw+=32; gvar.video.page[0].sh+=32;