X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fmodex16%2Fpcxtest.c;h=7373e8851dc471018b31c0128b4d842e574b32d3;hb=fff2b90efe4103d1fd4212a7e7c7964addc0b706;hp=9cd1903d45bc37401d4d22c641198b88b6203584;hpb=067c2ee7341922ae714b4ce18e520aab7c7b5b5f;p=16.git diff --git a/16/modex16/pcxtest.c b/16/modex16/pcxtest.c index 9cd1903d..7373e885 100644 --- 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("ed.pcx"); + bmp = bitmapLoadPcx("46113319.pcx"); modexEnter(); /* fix up the palette and everything */