home *** CD-ROM | disk | FTP | other *** search
- 10 a$=chr$(34):print"[147] hi-score for rubber bandit ball "
- 20 print"this program generates the high score"
- 30 print"file onto whatever disk you use with"
- 40 print"the game rubber bandit ball."
- 50 print"use this program whenever you wish"
- 60 print"to clear the hi-score file."
- 70 print"be sure to scratch the file called"
- 80 printa$"topten.o"a$" then run this program."
- 90 print"this program must be run at least once"
- 100 print"before using rubber bandit ball."
- 110 forx=6*4096to6*4096+59
- 120 reada:c=c+1:ifc=6then c=0:restore
- 130 pokex,a:next
- 140 data 1,1,1,0,0,0
- 150 open1,8,1,"0:topten.o"
- 160 poke780,253
- 170 poke253,0:poke254,96
- 180 poke781,60:poke782,96
- 190 sys 65496:close1:end
-