|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
                             
Dragon's Lair Part II - Escape from Singe's Castle
Software Projects Ltd., 1987
|
 |
Action Replay Code:
POKE 4112,165 - Lives
Basic Listing Cheat:
1 rem dragons lair 2 (encore)
2 rem infinite lives
3 rem cassette -v1- commodore format
4 for x=49152 to 49220:read y:c=c+y:poke x,y:next
5 if c<>7747 then print "data error":end
6 poke 157,128:sys 49152
7 data 169,001,168,170,032,186,255,169
8 data 000,032,189,255,032,213,255,169
9 data 096,141,045,009,169,001,141,215
10 data 008,162,029,189,039,192,157,096
11 data 001,202,016,247,076,032,008,120
12 data 072,169,076,141,241,069,169,118
13 data 141,242,069,169,001,141,243,069
14 data 104,088,076,000,068,169,165,141
15 data 016,016,076,000,012
Download PRG...
|
1 rem dragons lair ii: escape from singes castle (software projects)
2 rem infinite lives by tim and lan fraser
3 rem cassette -v1- zzapp64 iss.24
10 for i=49152 to 49220:read a:c=c+a:poke i,a:next
15 if c=7747 then sys 49152
20 print "error in data":end
30 data 169,1,168,170,32,186,255,169,0,32,189,255,32,213,255,169,96,141,45,9
40 data 169,1,141,215,8,162,29,189,39,192,157,96,1,202,16,247,76,32,8,120,72
50 data 169,76,141,241,69,169,118,141,242,69,169,1,141,243,69,104,88,76,0,68
60 data 169,165,141,16,16,76,0,12
Download PRG...
|
|