[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple ][ Train



"lyricalnanoha" <lyricalnanoha@usotsuki.hoshinet.org> wrote:

 >I remember it being on Silicon Salad in the 2-Liners section...if that 
helps

Thanks uso,

It is called chuggachugga. I just ran-it on my Apple //e (an emulator 
doesn't do anything of course:). Here it is if you can't download it from 
the Beagle Repository and cut yourself a disk... you can either join the 
line back together or number it properly.

Bill

x--- snip ---x

0 REM AJIT JOSHI--CANTON,MI
1 HOME :
POKE 50,223:
FOR X = 150 TO 255:
SPEED= X:
PRINT PEEK (49385) + PEEK (49386);:
PRINT "CHUGGA";:
PRINT PEEK (49387);:
NEXT :
END