OSDN Git Service

added some files i need to extend the chache manager to handle larger files
authorsparky4 <sparky4@cock.li>
Sun, 13 Nov 2022 01:04:17 +0000 (19:04 -0600)
committersparky4 <sparky4@cock.li>
Sun, 13 Nov 2022 01:04:17 +0000 (19:04 -0600)
PCXTEST.LOG
data/maryai4.pcx [new file with mode: 0755]
data/maryai4b.pcx [new file with mode: 0755]
data/maryai4c.pcx [new file with mode: 0755]
src/pcxtest.c
src/pcxtest2.c

index b716baa..1f2aad0 100755 (executable)
@@ -1,5 +1,5 @@
+36241412\r
 11264\r
-CPU to VGA: 1.208791\r
-VGA to VGA: 0.329670\r
-gvar.video.page[0].width: 320\r
-gvar.video.page[0].height: 240\r
+11264\r
+LONG_MAX    :   2147483647\r
+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 (executable)
index 0000000..04a7b6c
Binary files /dev/null and b/data/maryai4.pcx differ
diff --git a/data/maryai4b.pcx b/data/maryai4b.pcx
new file mode 100755 (executable)
index 0000000..fbeb948
Binary files /dev/null and b/data/maryai4b.pcx differ
diff --git a/data/maryai4c.pcx b/data/maryai4c.pcx
new file mode 100755 (executable)
index 0000000..e558ebb
Binary files /dev/null and b/data/maryai4c.pcx differ
index 9732cc2..ea84e78 100755 (executable)
@@ -65,7 +65,7 @@ void main() {
 \r
 //0000 PCXBMP = bitmapLoadPcx("data/koishi~~.pcx");\r
 //0000 PCXBMP = bitmapLoadPcx("data/chikyuu.pcx"/*, &gvar*/);\r
-       PCXBMP = bitmapLoadPcx("data/maryai4a.pcx");\r
+       PCXBMP = bitmapLoadPcx("data/maryai4c.pcx");\r
 //     PCXBMP = bitmapLoadPcx("data/koishi^^.pcx");\r
 //     PCXBMP = bitmapLoadPcx("16/PCX_LIB/chikyuu.pcx");\r
 //---- p = planar_buf_from_bitmap(PCXBMPPTR);\r
index 57d08ec..d0037ad 100755 (executable)
@@ -86,7 +86,7 @@ void main() {
 \r
 //0000 bmp = bitmapLoadPcx("data/koishi~~.pcx");\r
 //0000 bmp = bitmapLoadPcx("data/chikyuu.pcx"/*, &gvar*/);\r
-       bmp = bitmapLoadPcx("data/maryai4a.pcx"/*, &gvar*/);\r
+       bmp = bitmapLoadPcx("data/maryai4c.pcx"/*, &gvar*/);\r
 //     bmp = bitmapLoadPcx("data/koishi^^.pcx");\r
 //     bmp = bitmapLoadPcx("16/PCX_LIB/chikyuu.pcx");\r
 //---- p = planar_buf_from_bitmap(&bmp);\r