From: sparky4 Date: Fri, 23 Oct 2015 22:04:03 +0000 (-0500) Subject: ==YAY! I GOT IT WORKING THE PLANAR BUFFER RENDERING== X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=08920a89e2c02810bae246835b46c920fcb314da;p=16.git ==YAY! I GOT IT WORKING THE PLANAR BUFFER RENDERING== --- diff --git a/16.exe b/16.exe index 771cd578..fd885dde 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 0b92f685..6dba52dc 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 98361c9b..79caf96a 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 29854002..83e44164 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/maptest.exe b/maptest.exe index 4ad9c1a1..5bfafc54 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index 8d1a848a..61d74dec 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index 1dd282be..a73ea7cb 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 4ff86f52..267bb01a 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/pcxtest2.exe b/pcxtest2.exe index 5aa764f6..b98f8412 100755 Binary files a/pcxtest2.exe and b/pcxtest2.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 0b7fb21e..406bc4f8 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 542d9110..8720adba 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/modex16.c b/src/lib/modex16.c index bee0ccc6..cbf4df05 100755 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -422,7 +422,7 @@ DrawPBuf(page_t *page, int x, int y, planar_buf_t *p, byte sprite) for(plane=0; plane < 4; plane++) { i=0; modexSelectPlane(PLANE(plane+x)); - for(; y < p->height; y++) { + for(; y < p->height-1; y++) { //for(px=0; px < p->width; px++) { //printf("%02X ", (int) p->plane[plane][i++]); _fstrncpy(buff, &(p->plane[plane][i+=p->pwidth]), p->pwidth); diff --git a/test.exe b/test.exe index 0d22d1b4..29c00a47 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 4a5406d1..b214c83e 100755 Binary files a/test2.exe and b/test2.exe differ