|

eMail Me
Note: You must add 'com' to the end of the address, it's to help prevent auto spam.
|
Star-Lifter
Mastertronic, 1987
|
 |
Action Replay Code:
POKE 5803,165 - Lives
Listing Cheat:
1 rem star lifter (mastertronic)
2 rem infinite lives by waz
3 rem cassette -v1- commodore format
4 for x=384 to 411:read y:c=c+y:poke x,y:next
5 if c<>3330 then print "data error": end
6 poke 157,128:sys 384
7 data 032,086,245,169,032,141,159,004
8 data 169,147,141,160,004,169,001,141
9 data 161,004,096,238,032,208,169,248
10 data 141,113,024,096
Download PRG...
|
1 rem star lifter (mastertronic)
2 rem infinite lives by martin pugh
3 rem cassette -v1- zzap64 no.40
4 for x=336 to 360:read y:c=c+y:poke x,y:next
5 if c=2303 then poke 157,128:sys 336
6 print "data error"
7 data 32,86,245,169,97,141,41,4,169,1,141,42,4
8 data 96,72,77,80,169,248,141,113,24,76,27,8
Download PRG...
|
|