|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Spaghetti Western Simulator
Zeppelin Games, 1990
|
 |
Action Replay Code:
POKE 10910,234 POKE 10911,234 - Lives
POKE 3371,0 POKE 3534,0 - Energy
POKE 58994,173 - Ammo
Listing Cheat:
1 rem spaghetti western simulator (zeppelin)
2 rem infinite lives by waz
3 rem cassette -v1- commodore format
4 for x=272 to 322:read y:c=c+y:poke x,y:next
5 if c<>5455 then print "data error":end
6 poke 157,128:sys 272
10 data 032,086,245,169,032,141,188,003
11 data 169,001,141,189,003,076,167,002
12 data 169,048,141,177,193,169,001,141
13 data 178,193,076,000,193,087,065,090
14 data 169,000,141,043,013,141,206,013
15 data 169,234,141,158,042,141,159,042
16 data 076,000,002
Download PRG...
|
1 rem spaghetti western simulator (zeppelin)
2 rem infinite energy and ammo by waz
3 rem cassette -v1- commodore format
4 for x=516 to 567:read y:c=c+y:poke x,y:next
5 if c<>5981 then print "data error":end
6 input "infinite energy y/n";a$
7 if a$="n" then for x=549 to 564:poke x,234:next
8 input "infinite ammo y/n";b$:if b$="n" then poke 542,206
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 037,141,175,008,169,002,141,176
13 data 008,169,173,141,191,145,076,230
14 data 003,169,234,141,246,053,141,247
15 data 053,169,000,141,191,024,141,098
16 data 025,076,013,008
Download PRG...
|
|