]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Mon, 20 Jul 2015 13:26:21 +0000 (08:26 -0500)
committersparky4 <sparky4@cock.li>
Mon, 20 Jul 2015 13:26:21 +0000 (08:26 -0500)
modified:   16.exe
modified:   DEBUG.TXT
modified:   MMDUMP.TXT
modified:   exmmtest.exe
modified:   fmemtest.exe
modified:   fontgfx.exe
modified:   fonttes0.exe
modified:   fonttest.exe
modified:   maptest.exe
modified:   palettec.exe
modified:   pcxtest.exe
modified:   sountest.exe
modified:   src/lib/16_mm.c
modified:   src/lib/modex16.c
modified:   test.exe
modified:   test2.exe

16 files changed:
16.exe
DEBUG.TXT
MMDUMP.TXT
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttes0.exe
fonttest.exe
maptest.exe
palettec.exe
pcxtest.exe
sountest.exe
src/lib/16_mm.c
src/lib/modex16.c
test.exe
test2.exe

diff --git a/16.exe b/16.exe
index 61bca271e38b0ce81c70649e9472966a554fd0b9..d6f4bcd601510279380ea2db547dd7a3963d46ed 100644 (file)
Binary files a/16.exe and b/16.exe differ
index 129128d9b21e1e5938c4ab8bb416fb953f58dd59..5b27bf00f9340deeb140c0ef20d724e5d33b96ce 100644 (file)
--- a/DEBUG.TXT
+++ b/DEBUG.TXT
@@ -1,6 +1,6 @@
-Seg:0  Size:176768     Owner:0x2f84\r
-Seg:2b28       Size:4096       Owner:0xfb22\r
-Seg:2c28       Size:31344      Owner:0x1c58\r
-Seg:3957       Size:990512     Owner:0xe686\r
-Seg:3939       Size:683120     Owner:0xc00b\r
-Seg:e000       Size:131056     Owner:0x168b\r
+Seg:0  Size:175904     Owner:0x8370\r
+Seg:2af2       Size:4096       Owner:0xfb20\r
+Seg:2bf2       Size:31344      Owner:0x1c58\r
+Seg:3901       Size:544        Owner:0xe90\r
+Seg:4752       Size:625376     Owner:0xf476\r
+Seg:e000       Size:131056     Owner:0x76ff\r
index 43a7689dc95b2981f31e20614ccc18ff8f02b9e6..1db9e6b0c58b369cd6c54fe44588ef9b497c9644 100644 (file)
Binary files a/MMDUMP.TXT and b/MMDUMP.TXT differ
index cba1ed30c175bfd0e8e851192a161febbe90145d..c1eda1a8ecd7ee5f95aa3ba76aee3ae2c0c95f3b 100644 (file)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index 624bc60e3c0778ebfc955ae0e52d32f11e85b1b7..f74dc944a130bb5cb4235dc1bbcfc31b405efef1 100644 (file)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index 681c22ca0fe30423567e42c201f1d90cc589b881..01ff581c0327402a47e6ce3c644c824a77bf7ba8 100644 (file)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index 5a33e5cdbe5e9c6de3e3c78724ab506a4bbc17e3..aab4b03eddbebabb5c376f9bd644a31a2d826111 100644 (file)
Binary files a/fonttes0.exe and b/fonttes0.exe differ
index be48aee686d85a3d55fe4b4d8a7b972b5cbe9098..2cc9c1d75c120bf84c842769edbe8ab4f869bcd0 100644 (file)
Binary files a/fonttest.exe and b/fonttest.exe differ
index b83211312d5fe29cbffb6ecac3b02695917c2262..6f4abf7b07386546c32640a1ddc5bdd7d795b88b 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 79e0aac3fa4d600431db4055e99bee72b01f35c9..d45227a986d28e0a7c9d05d16dddde30c4df9c70 100644 (file)
Binary files a/palettec.exe and b/palettec.exe differ
index ef69a8ff54c4d8037e006e2a53661425d49d19c1..5e012a4183f1e4a45cbec623cf966f4096f3acc2 100644 (file)
Binary files a/pcxtest.exe and b/pcxtest.exe differ
index 10eefab6aa47af06c9b09462ad163a2dddbb5110..ee68b76bdb5d04c6446d90975a9fd5081430db44 100644 (file)
Binary files a/sountest.exe and b/sountest.exe differ
index dd754efdd6fe2369c36c01cd6bad27caff633c24..812a807125e0c464dcea75ff021e852c18e5426f 100644 (file)
@@ -1111,14 +1111,14 @@ CA_OpenDebug ();
                        return;
                }
                end = scan->start+scan->length-1;
-                               modexhlin(page, scan->start, (unsigned)end, chy, color);
+                               //modexhlin(page, scan->start, (unsigned)end, chy, color);
 //++++         VW_Hlin(scan->start,(unsigned)end,0,color);
 
 //++++         VW_Plot(scan->start,0,15);
                                modexClearRegion(page, scan->start, chy, 4, 4, 15);
                if(scan->next->start > end+1)
 //++++                 VW_Hlin(end+1,scan->next->start,0,0);   // black = free
-                                       modexhlin(page, end+1,scan->next->start, chy, 9);
+                                       //modexhlin(page, end+1,scan->next->start, chy, 9);
 
 //****#if 0
 printf("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");    //bug!
index 986cbc556b5e29154bec405cbc7655d9785d62f6..1e086ea74f130cc9444f67f9a68f2c0a3938f7a8 100644 (file)
@@ -975,9 +975,13 @@ byte modexgetPixel(page_t *page, int x, int y)
 void modexhlin(page_t *page, word xl, word xh, word y, word color)
 {
        word x;
+       word yy=0;
 
        for(x=0;x<xh*4;x+=4)
-       modexClearRegion(page, x+xl, y, 4, 4, color);
+       {
+               if(x+4>=SCREEN_WIDTH-1){ x=0; yy+=4; }
+               modexClearRegion(page, x+xl, y+yy, 4, 4, color);
+       }
        //modexputPixel(page, x+xl, y, color);
 }\r
 \r
index 9365ecbd2e498720f88db093d160edf311bc6082..34c3a63395ac989caa6ae856e3810e1d0d5f04b3 100644 (file)
Binary files a/test.exe and b/test.exe differ
index dbaf0808dfd9c966d25af052593639527d1d4066..4703a92660a28d2442b54bb87bde96f15c4a29f2 100644 (file)
Binary files a/test2.exe and b/test2.exe differ