X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fmodex16%2Fpcxtest.c;h=7373e8851dc471018b31c0128b4d842e574b32d3;hb=4d26636d47369d4b39d8e0e8262ba0ca9983e45b;hp=d9099381253c6177e519af4b85735a7dd8ba698b;hpb=2cc20d63c4a5a1a00a963d6455239567c50f26d2;p=16.git diff --git a/16/modex16/pcxtest.c b/16/modex16/pcxtest.c old mode 100644 new mode 100755 index d9099381..7373e885 --- a/16/modex16/pcxtest.c +++ b/16/modex16/pcxtest.c @@ -1,5 +1,6 @@ #include #include "modex16.h" +#include "bitmap.h" word far* clock= (word far*) 0x046C; /* 18.2hz clock */ @@ -32,7 +33,7 @@ void main() { page=modexDefaultPage(); - bmp = modexLoadPcx("46113319.pcx"); + bmp = bitmapLoadPcx("46113319.pcx"); modexEnter(); /* fix up the palette and everything */