1 rem vortron (budgie)
2 rem infinite lives and/or energy by waz
3 rem cassette -v1- commodore format
4 for x=288 to 324:read y:c=c+y:poke x,y:next
5 if c<>3775 then print "data error":end
6 input "infinite lives y/n";a$: if a$="n" then poke 313,1
7 input "infinite energy y/n";b$: if b$="n" then poke 318,198
8 poke 157,128:sys 288
10 data 032,086,245,169,076,141,209,003
11 data 169,056,141,210,003,169,001,141
12 data 211,003,076,167,002,087,065,090
13 data 169,000,141,028,126,169,165,141
14 data 018,111,108,047,000
Download PRG...