|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Deep Strike
Durell Software, 1986
|
 |
Basic Listing Cheat:
1 rem deepstrike
2 rem infinite lives, ammo & fuel by waz
3 rem cassette -v1- commodore format
4 for x=516 to 561:read y:c=c+y:poke x,y:next
5 if c<>4314 then print "data error":end
6 input "infinite lives y/n";a$:if a$="n" then poke 545,206
7 input "infinite ammo y/n";b$:if b$="n" then poke 550,206
8 input "infinite fuel y/n";c$:if c$="n" then poke 555,1
9 poke 157,128:sys 516
10 data 032,086,245,169,019,141,207,003
11 data 206,208,003,096,087,065,090,169
12 data 032,141,013,010,169,002,141,014
13 data 010,076,230,003,169,173,141,124
14 data 029,169,173,141,000,030,169,000
15 data 141,022,029,076,039,022
Download PRG...
|
1 rem deep strike (durell)
2 rem infinite ammo, bombers & immunity by martin pugh
3 rem cassette -v1- zzapp64 iss.40
4 for x=50149 to 50197:read y:c=c+y:poke x,y:next
5 if c=5639 then poke 157,128:sys 50149
6 print "data error"
7 data 169,195,141,41,3,32,86,245,169,248,141,189,2,169,195
8 data 141,190,2,96,169,196,141,76,194,169,8,141,75,194,32
9 data 43,194,72,77,80,169,173,141,124,29
10 data 141,210,29,141,0,30,76,39,22
Download PRG...
|
|