<<Cheats >>

Home Page

Projects...
PC Controller Box
Joystick Switch Box
c128D Refurb

Programs...
Byte Simulator
Cheat 'O Matic
GEOS

Collections...
3D Models
Book Collection

Information...
My BASIC Notes
Web Links

eMail Me

Note: You must add uk to the end of the address, it's to help prevent spam.

Retrograde
Thalamus, 1989


Action Replay Code:
POKE 50374,173 - Lives

POKE 50897,x - Set x (0 to 255) to set number of Lives

POKE 60869,173 - Power Points

POKE 2828,9
POKE 2829,9
POKE 2830,9
POKE 2831,9
- '9999' ?

Listing Cheat:
Tape:


1 rem retrograde (thalamus)
2 rem infinite lives and weapons by waz
3 rem cassette -v1- commodore format
4 for x=543 to 609:read y:c=c+y:poke x,y:next
5 for x=384 to 417:read y:c=c+y:poke x,y:next
6 if c<>12101 then print "data error":end
7 input "infinite lives y/n";a$:if a$="n" then poke 385,24
8 input "free weaponry y/n";b$
9 if b$="n" then for x=389 to 400:poke x,234:next
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,085,141,184,016,169,002
17 data 141,185,016,076,000,016,169,128
18 data 141,179,128,169,001,141,180,128
19 data 076,009,128,169,096,141,062,196
20 data 162,000,169,000,157,217,108,232
21 data 224,024,208,246,238,032,208,169
22 data 064,141,018,208,169,001,141,025
23 data 208,032,113,008,096

Download PRG...

Disk:


1 rem retrograde (thalamus)
2 rem infinite lives and weapons by waz
3 rem disk -v1- commodore format
4 for x=50432 to 50500:read y:c=c+y:poke x,y:next
5 if c<>8323 then print "data error":end
6 input "infinite lives y/n";a$:if a$="n" then poke 50474,24
7 input "free weaponry y/n";b$
8 if b$="n" then for x=50478 to 50489:poke x,234:next
9 print chr$(147); "insert disk & press a key"
10 poke 198,0:wait 198,1:sys 50432
11 data 169,001,160,001,162,008,032,186
12 data 255,169,004,162,064,160,197,032
13 data 189,255,169,000,133,010,032,213
14 data 255,169,041,141,253,088,169,197
15 data 141,254,088,076,237,042,087,065
16 data 090,169,096,141,062,124,162,000
17 data 169,000,157,217,164,232,224,024
18 data 208,246,076,144,001,087,065,090
19 data 077,069,078,085,000

Download PRG...


Commodore Cheetah made by Allen Monks, started in the year 2000.