<<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.

Repel
PD, 1988


Action Replay Code:
POKE 29573,173 - Lives

POKE 29365,96 - Energy

Listing Cheat:


1 rem repel (pd)
2 rem selected cheats by waz
3 rem cassette -v1- commodore format
4 for x=49165 to 49215:read y:c=c+y:poke x,y:next
5 if c<>5816 then print "data error":end
6 input "infinite lives y/n";a$: if a$="n" then poke 49204,206
7 input "infinite energy y/n";b$:if b$="n" then poke 49209,166
8 print chr$(147);"press a key to reset, then sys 49165 to start"
9 poke 198,0:wait 198,1:sys 64738
10 data 032,086,245,169,032,141,084,003
11 data 141,085,003,169,192,141,086,003
12 data 076,167,002,072,169,051,141,225
13 data 116,169,192,141,226,116,104,173
14 data 013,220,096,087,065,090,169,173
15 data 141,173,093,169,096,141,172,081
16 data 076,001,008

Download PRG...


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