[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple ][ Train
- Subject: Re: Apple ][ Train
- From: sicklittlemonkey <Nick.Westgate@gmail.com>
- Date: Wed, 22 Apr 2009 08:59:23 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: s20g2000yqh.googlegroups.com; posting-host=114.163.250.68; posting-account=ocMTAAoAAABziOuhUYmP0k-Me1-z2y_3
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <8408a70f-21a8-4498-a712-19ca3cb29013@3g2000yqk.googlegroups.co m> <alpine.DEB.0.99.0904201941220.30403@andisteele.dosius.ath.cx> <oMrHl.55519$LA7.36118@newsfe20.iad> <8LEHl.61261$LA7.56371@newsfe20.iad>
- User-agent: G2/1.0
- Xref: g2news2.google.com comp.sys.apple2:10509
On Apr 22, 10:14 pm, "Bill Buckels" <bbuck...@mts.net> wrote:
> >NOTE: This leaves disk 2 spinning until you stop it with a RESET once X
> >gets to 255.
> >if you let the program finish by itself, then drive 2 just keeps spinning
> >until you hit CNTRL-Reset.
>
> Dan also points out:
>
> >The name also has a TL: at the beginning signifying that it is a 2 line
> >(TL) program although the code takes less than 1/2 a line to enter.
Fixed, and shorter. ;-)
1 HOME :
FOR X = 150 TO 255:
SPEED= X:
POKE 49385,0:
POKE 49386,0:
PRINT "CHUGGA";:
POKE 49387,0:
NEXT :
POKE 49384,0 :
REM AJIT JOSHI--CANTON,MI
Cheers,
Nick.