OSDN Git Service

ww
authorsparky4 <sparky4@cock.li>
Tue, 10 Nov 2015 19:52:30 +0000 (13:52 -0600)
committersparky4 <sparky4@cock.li>
Tue, 10 Nov 2015 19:52:30 +0000 (13:52 -0600)
16.exe
exmmtest.exe
planrpcx.exe
scroll.exe
src/lib/modex16/16render.c
src/planrpcx.c
test.exe

diff --git a/16.exe b/16.exe
index 762a61a..fc35d3f 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 47a8e95..d818a69 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index dd339fd..e730a41 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 81c4b87..1428edc 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 6ae57a8..b70c7f1 100755 (executable)
@@ -97,12 +97,13 @@ modexDrawPBuf(page_t *page, int x, int y, planar_buf_t *p, boolean sprite)
                for(; y < py+p->height; y++) {\r
                        //for(px=0; px < p->width; px++) {\r
                                //printf("%02X ", (int) p->plane[plane][i++]);\r
-//                             _fmemcpy(buff, &(p->plane[plane][i+=p->pwidth]), p->pwidth);\r
-//                             printf("buff %u==%s\n", y, *buff);\r
-//                             _fmemcpy(page->data + (((page->width/4) * (y+page->dy)) + ((x+page->dx) / 4)), buff, p->pwidth);\r
+//                             _fmemcpy(buff, &(p->plane[plane][i+=p->pwidth]), p->pwidth);\r
+//                             printf("buff %u==%s\n", y, *buff);\r
+//                             _fmemcpy(page->data + (((page->width/4) * (y+page->dy)) + ((x+page->dx) / 4)), buff, p->pwidth);\r
                                _fmemcpy(page->data + (((page->width/4) * y) + (x / 4)), &(p->plane[plane][i+=p->pwidth]), p->pwidth);\r
                        //}\r
                }\r
+//getch();\r
                x=px;\r
                y=py;\r
        }\r
index ce34963..9dc97ce 100755 (executable)
@@ -78,7 +78,7 @@ baka = 1;
        start = *clockw;\r
 //             oldDrawBmp(VGA, 20, 20, &bmp, 0);\r
        for(i=0; i<100 ;i++) {\r
-               modexDrawBmpPBuf                (&gvar.video.page[0], 32, 32, &p);\r
+               //modexDrawBmpPBuf              (&gvar.video.page[0], 32, 32, &p);\r
        }\r
        t1 = (*clockw-start) /18.2;\r
        for(i=0; i<100 ;i++) {\r
@@ -95,7 +95,7 @@ baka = 1;
        }\r
        t3 = (*clockw-start) /18.2;\r
        for(i=0; i<100 ;i++) {\r
-               modexDrawPBufRegion     (&gvar.video.page[0], 0, 0, 0+p.width, 0, p.width, p.height, &p, 0);\r
+               //modexDrawPBufRegion   (&gvar.video.page[0], 0, 0, 0+p.width, 0, p.width, p.height, &p, 0);\r
        }\r
        t4 = (*clockw-start) /18.2;\r
        //++++  modexPalUpdate1(ptmp.palette);\r
index c0da78a..6fbfb6f 100755 (executable)
Binary files a/test.exe and b/test.exe differ