X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest2.c;h=2f76a02e48a57f46b8193bc1e5cb1434594c6731;hb=5a58cbe2fbb89c31abbb46b23d6bfc6d2765cca5;hp=7759156e0b01178c8a8197b281cc4176a3556c16;hpb=f7a1230c87968e99ce6776e5ca0afe787670e289;p=16.git diff --git a/src/test2.c b/src/test2.c index 7759156e..2f76a02e 100644 --- a/src/test2.c +++ b/src/test2.c @@ -1,10 +1,10 @@ #include #include -#include "src\lib\modex16.h" -#include "src\lib\planar.h" -#include "src\lib\bitmap.h" +#include "src/lib/modex16.h" +#include "src/lib/planar.h" +//#include "src/lib/bitmap.h" -word far* clock= (word far*) 0x046C; /* 18.2hz clock */ +word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ void main() { FILE *file; @@ -31,7 +31,7 @@ void main() { bmp.data[i] = color; }*/ - bmp = bitmapLoadPcx("data/46113319.pcx"); + bmp = bitmapLoadPcx("data/koishi^^.pcx"); /* create the planar buffer */ p = planar_buf_from_bitmap(&bmp); @@ -47,6 +47,11 @@ void main() { printf("\n"); } } + /*__asm + { + mov ah,31h + int 21h + }*/ // file = fopen("ptmp0.pcx", "wb");