From: sparky4 Date: Wed, 11 Nov 2015 14:59:53 +0000 (-0600) Subject: more correct measurment of benchmarking X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=0ba06643b490b8d94bdc83201b26664f59e3ef3b more correct measurment of benchmarking --- diff --git a/16.exe b/16.exe index 4be5bfd7..890b7b13 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index a2428820..12a74bea 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 432a2efe..c69f4533 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 92c67d8d..c88212ab 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index a27264f7..577a02f4 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index ded2702b..c59b86a5 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 159234d8..09cb3893 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index abbe4db3..648302a2 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index a75a400f..a357fa6f 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index 270cbb3c..1ced8d49 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 23690cc5..bfbd9f63 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/pcxtest2.exe b/pcxtest2.exe index 326f13dc..e77b8140 100755 Binary files a/pcxtest2.exe and b/pcxtest2.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 482f9ba4..ac60f72a 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 9e3214ba..9f6c7333 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/planrpcx.c b/src/planrpcx.c index 0c372e65..ce44cb4d 100755 --- a/src/planrpcx.c +++ b/src/planrpcx.c @@ -86,7 +86,7 @@ baka = 1; } t1 = (*clockw-start) /18.2; for(i=0; i<100 ;i++) { - modexDrawBmpPBufRegion (&gvar.video.page[0], p.width+32, 32, 0, 0, p.width, p.height, &p); + modexDrawBmpPBufRegion (&gvar.video.page[0], p.width+32, 32, p.width-(p.width/4), p.height-(p.height/4), p.width/4, p.height/4, &p); } t2 = (*clockw-start) /18.2; getch(); diff --git a/test.exe b/test.exe index 9878a5b6..5e36929d 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 44ff44a6..243e4682 100755 Binary files a/test2.exe and b/test2.exe differ diff --git a/tesuto.exe b/tesuto.exe index e475c0f0..6dbf027e 100755 Binary files a/tesuto.exe and b/tesuto.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 9029ed91..892afa7e 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ