From: sparky4 Date: Sun, 13 Nov 2022 01:04:17 +0000 (-0600) Subject: added some files i need to extend the chache manager to handle larger files X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=6ff9142bfcb617e76c164884ea960b2b5bf9076f added some files i need to extend the chache manager to handle larger files --- diff --git a/PCXTEST.LOG b/PCXTEST.LOG index b716baa0..1f2aad03 100755 --- a/PCXTEST.LOG +++ b/PCXTEST.LOG @@ -1,5 +1,5 @@ +36241412 11264 -CPU to VGA: 1.208791 -VGA to VGA: 0.329670 -gvar.video.page[0].width: 320 -gvar.video.page[0].height: 240 +11264 +LONG_MAX : 2147483647 +Could not allocate memory for bitmap data. \ No newline at end of file diff --git a/data/maryai4.pcx b/data/maryai4.pcx new file mode 100755 index 00000000..04a7b6cf Binary files /dev/null and b/data/maryai4.pcx differ diff --git a/data/maryai4b.pcx b/data/maryai4b.pcx new file mode 100755 index 00000000..fbeb9483 Binary files /dev/null and b/data/maryai4b.pcx differ diff --git a/data/maryai4c.pcx b/data/maryai4c.pcx new file mode 100755 index 00000000..e558ebb5 Binary files /dev/null and b/data/maryai4c.pcx differ diff --git a/src/pcxtest.c b/src/pcxtest.c index 9732cc28..ea84e785 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -65,7 +65,7 @@ void main() { //0000 PCXBMP = bitmapLoadPcx("data/koishi~~.pcx"); //0000 PCXBMP = bitmapLoadPcx("data/chikyuu.pcx"/*, &gvar*/); - PCXBMP = bitmapLoadPcx("data/maryai4a.pcx"); + PCXBMP = bitmapLoadPcx("data/maryai4c.pcx"); // PCXBMP = bitmapLoadPcx("data/koishi^^.pcx"); // PCXBMP = bitmapLoadPcx("16/PCX_LIB/chikyuu.pcx"); //---- p = planar_buf_from_bitmap(PCXBMPPTR); diff --git a/src/pcxtest2.c b/src/pcxtest2.c index 57d08ec2..d0037ad3 100755 --- a/src/pcxtest2.c +++ b/src/pcxtest2.c @@ -86,7 +86,7 @@ void main() { //0000 bmp = bitmapLoadPcx("data/koishi~~.pcx"); //0000 bmp = bitmapLoadPcx("data/chikyuu.pcx"/*, &gvar*/); - bmp = bitmapLoadPcx("data/maryai4a.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);