|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Snare
Thalamus, 1989
|
.png) |
Action Replay Code:
POKE 61501,102 POKE 61502,241 - Jump levels with Space and Q
POKE 61574,165 - Lives
Type-in Cheat:
As you press fire to start game, hold down one of the following keys, F1 - For Inf. Lives, F5 - Immunity to holes.
Listing Cheat:
Tape:
1 rem snare (thalamus)
2 rem infinite lives and skip levels by waz
3 rem **press space and q to skip**
4 rem cassette -v1- commodore format
5 for x=543 to 601:read y:c=c+y:poke x,y:next
6 if c<>7554 then print "data error":end
7 input "infinite lives y/n";a$:if a$="n" then poke 585,198
8 input "skip levels y/n";b$
9 if b$="n" then poke 590,140:poke 595,240
10 poke 157,128:sys 543
11 data 032,044,247,056,169,021,141,177
12 data 003,169,055,141,178,003,169,106
13 data 141,179,003,032,108,245,169,076
14 data 141,214,192,169,072,141,215,192
15 data 169,002,141,216,192,032,191,003
16 data 096,169,165,141,035,158,169,102
17 data 141,218,157,169,241,141,219,157
18 data 108,022,000
Download PRG...
|
Disk:
1 rem snare (thalamus)
2 rem infinite lives and skip levels by waz
3 rem **press space and q to skip**
4 rem disk -v1- commodore format
5 for x=679 to 744: read y:c=c+y: poke x, y:next
6 if c<>7177 then print "data error": end
7 input "infinite lives y/n";a$: if a$="n" then poke 721,198
8 input "skip levels y/n";b$:if b$="n" then poke 726,156
9 poke 731,240
10 print chr$(147); "insert disk & press a key"
11 poke 198, 0:wait 198, 1:sys 679
12 data 169,001,160,001,162,008,032,186
13 data 255,169,006,162,226,160,002,032
14 data 189,255,169,000,133,010,032,213
15 data 255,169,208,141,145,004,169,002
16 data 141,146,004,076,000,004,087,065
17 data 090,169,165,141,144,157,169,100
18 data 141,071,157,169,241,141,072,157
19 data 076,022,008,076,079,065,068,069
20 data 082,000
Download PRG...
|
|