From: sparky4 Date: Wed, 24 Aug 2016 12:34:12 +0000 (-0500) Subject: wwww polished vrstest.c X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=5fa3d7382a9d93b69fb964d116a9f931cc4c2684 wwww polished vrstest.c --- diff --git a/src/vrstest.c b/src/vrstest.c index 129c6da6..f9e09885 100755 --- a/src/vrstest.c +++ b/src/vrstest.c @@ -52,7 +52,7 @@ void main() { struct vrl1_vgax_header huge *curr_vrl; struct vrl_container *vrl; int success; - word w=1; + word w=0; @@ -177,9 +177,9 @@ void main() { { switch(w) { - case 16384: + case 1024: modexPalUpdate0(pal); - w=1; + w=0; default: w++; break;