Date : Sat, 11 Mar 2006 07:46:26 +0000 (GMT)
From : Sprow <info@...>
Subject: Re: Mandelbrot plot times & host speedups
In article <008101c64495$d8c96150$3201a8c0@...>,
David Hunt <dm.hunt@...> wrote:
> > Saved 9s. It's not so much "longer intervals between keyboard scans" as
> > "anything hanging off the 100Hz tick is much slower".
> >
> > > - February 1988, p.89. Don't sample any ADC channels:
> > > *FX 16,0
> >
> > Saved 3s, and at least left the machine useable,
> > Sprow.
>
> I've incorporated the above into this release;
> 10 MODE2:VDU23;8202;0;0;0;
> 20 *FX9
> 30 *FX151,69,255
> 40 *FX151,70,255
> 50 C%=0:AR=-2.1:AI=-1.2:S=3:D=S/1280:G%=0:TIME=0
Though as I point out the two VIA pokes will make your calculation of TIME
wrong,
Sprow.