The running man program as listed on the group has a syntax error at line 70.
I believe this is a typo reflected in the Quick Start programming cards that
came with the Aquarius. I somehow remember typing it on Christmas morning
in 1983 and fixing that bug.
This program should be in the emulators package too, its historical stuff.
--------------------------------------------------------
5 REM MATTEL AQUARIUS RUNNING MAN
10 print chr$(11)
20 for x=0to38step2
30 a=12328+x+11*40:b=a+40
40 c=a+1:d=c+40
50 poke a,21:poke b,22:gosub110
60 poke a,32:poke b,32
70 poke c,23:poke d,24:gosub110
80 poke c,32:poke d,32
90 next x
100 goto 20
110 for p=1to30:next p:return
--------------------------------------------------------