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

RoboCop
Ocean, 1989


Action Replay Code:
POKE 44416,0 - Energy

Zzap Demo Version:
POKE 43491,173 - Freeze Timer sent by Akkroid

POKE 38389,181 - Enemies can't shoot sent by Akkroid

Reset Code:
SYS 32768 - Restart Game

Type-in Cheat:
On the first level on title screen type 'SUEDEHEAD' to load level 2. Then type 'DISAPPOINTED' on title screen to load the final level.

On street level (level 1) hold down F, G, H & J whilst pushing the joystick left / right to levitate above the street, up-left / up-right to move down.

Listing Cheat:


1 rem robocop (ocean/hit squad)
2 rem infinite time and energy by m pugh
3 rem cassette -v1- commodore format
4 for x=348 to 439:read y:c=c+y:poke x,y:next
5 if c<>11644 then print "data error":end
6 poke 157,128:sys 348
7 data 169,128,133,157,032,086,245,169
8 data 032,141,084,003,169,118,141,085
9 data 003,169,001,141,086,003,096,072
10 data 077,080,072,169,096,141,147,172
11 data 141,104,173,169,142,141,243,246
12 data 169,001,141,244,246,104,173,032
13 data 208,096,169,062,141,039,142,169
14 data 185,141,040,142,169,096,141,110
15 data 176,141,036,177,169,173,141,169
16 data 185,169,001,141,170,185,076,000
17 data 128,169,096,141,221,167,141,164
18 data 168,076,000,128

Download PRG...


1 rem robocop (ocean)
2 rem infinite time and energy
3 rem cassette -v1- commodore format
4 for x=368 to 438:read y:c=c+y:poke x,y:next
5 if c=8571 then poke 157,128:sys368
6 print"data error"
7 data 32,86,245,169,32,141,84,3,169,134,141,85,3,169
8 data 1,141,86,3,96,72,77,80,72,169,96,141,147,172
9 data 141,104,173,169,32,141,38,247,169,163,141,39
10 data 247,169,1,141,40,247,104,173,32,208,96,72,169
11 data 96,141,36,177,141,147,168,169,173,141,125,176
12 data 141,236,167,76,158,1

Download PRG...


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