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

Impossamole
Gremlin Graphics/Core Design, 1990


Action Replay Code:
POKE 5948,173 - Energy

POKE 22281,173 - Super Weapons

Type-in Cheat:
On high score table enter your name as 'JUGGLERS' start game and get onto high score table agen, then type one of the following:
HEINZ - for three weapon power bars.
ANNFRANK - restores energy.
LUMBJACK - longer energy bar.

Listing Cheat:
Cassette:


1 rem impossamole (gremlin graphics)
2 rem ? infinite energy by waz
3 rem cassette -v1- commodore format
4 for x=268 to 303 : read y : c=c+y : poke x,y : next
5 if c=4067 then poke 157,128 : sys268
6 print "data error"
7 data 32,86,245,169,1,141,206,2,96,72,77,80
8 data 169,37,141,233,193,169,1,141,234,193,76,24
9 data 193,169,173,141,60,23,141,192,76,76,0,5

Download PRG...

Disk:


1 rem impossamole (gremlin graphics)
2 rem infinite energy by waz
3 rem disk -v1- commodore format
4 for x=679 to 731 :read y:c=c+y: poke x,y:next
5 if c<>4863 then print "data error":end
6 print chr$(147);"insert disk & press a key"
7 poke 198,0:wait 198,1
8 sys 679:load "i*",8,1
9 data 120,169,180,141,020,003,169,002
10 data 141,021,003,088,096,169,196,141
11 data 096,001,169,002,141,097,001,076
12 data 049,234,087,065,090,169,209,141
13 data 033,007,169,002,141,034,007,076
14 data 000,004,169,173,141,119,026,141
15 data 199,036,076,016,008

Download PRG...


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