X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest2.c;h=48299a41f2d80655d7df21108242e3367f68ef70;hb=b5c46f5e85d6be9895fa484766867907a885439c;hp=7759156e0b01178c8a8197b281cc4176a3556c16;hpb=f7a1230c87968e99ce6776e5ca0afe787670e289;p=16.git diff --git a/src/test2.c b/src/test2.c index 7759156e..48299a41 100644 --- a/src/test2.c +++ b/src/test2.c @@ -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");