0 Members and 2 Guests are viewing this topic.
I assume you're talking about the 3 level grayscale right?Okay, so it looks like the extra delay helped, but it might still need to be just slightly longer by 1 or 2 T-States. I wish TI could just make their hardware more consistent
Would it be impossible to have it so you can customize the delay length?
That's true... happybobjr, have you ran ALCDFIX first? There's also something like that built into DCS now that does the same thing.
If {L1+70.do something{L1+70}-1->{L1+70}End
If {L1+70{L1+70}->I.do somethingI-1->{L1+70}End
LnRegfnInt(CLK, 2.RUN GAME CODEsub(GAMLnRegReturn
It seems that there is a bug in the curly bracket command. I've noticed that when I do this,Code: [Select]If {L1+70.do something{L1+70}-1->{L1+70}Endthat something is always executed, rather than stopping when {L1+70} reaches zero. But when I do this:Code: [Select]If {L1+70{L1+70}->I.do somethingI-1->{L1+70}Endthe code works correctly, no longer executing when {L1+70} hits zero. Do you know what's going on?
Also, what verb/gerund works best with 'RAM crash'? Is it 'giving a RAM crash', or 'doing a RAM crash'? 'cuz both of those sound awkward. </random>