1 rem re-bounder (gremlin graphics)
2 rem infinite lives and stop falls by m pugh
3 rem cassette -v1- commodore format
4 for x=516 to 551:read y:c=c+y:poke x,y:next
5 if c<>3761 then print "data error": end
6 input"infinite lives y/n";a$: if a$="y" then poke 541,141
7 input"stop falling y/n";b$: if b$="y" then poke 546,141
8 poke 157,128:sys 516
9 data 032,086,245,169,019,141,207,003
10 data 206,208,003,096,072,077,080,169
11 data 002,141,140,009,076,230,003,169
12 data 000,173,087,131,169,096,173,078
13 data 160,076,027,008
Download PRG...