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

Equinox
Mikro-Gen, 1986


Action Replay Code:
POKE 13563,165 - Lives

POKE 16497,96 - No nastiest

Listing Cheat:


1 rem equinox
2 rem infinite lives by waz
3 rem cassette -v1- commodore format
4 for x=544 to 573:read y:c=c+y:poke x,y:next
5 if c<>3059 then print "data error":end
6 poke 157,128:sys 544
7 data 032,086,245,169,032,141,103,003
8 data 169,053,141,104,003,169,002,141
9 data 105,003,076,167,002,141,032,208
10 data 169,165,141,106,055,096

Download PRG...


1 rem equinox
2 rem infinite lives & no nasties by m pugh
3 rem cassette -v1- commodore format
4 for x=514 to 551:read y:c=c+y:poke x,y:next
5 if c<>3822 then print "data error":end
6 input"infinite lives y/n";a$:if a$="y" then poke 540,165
7 input"no nasties y/n";b$:if b$="y"then poke 545,96
8 poke 157,128:sys 514
9 data 32,86,245,169,19,141,250,2,169,2,141,251,2
10 data 96,72,77,80,169,2,141,240,4,76,0,4,169,198
11 data 141,106,55,169,162,141,34,66,76,27,8

Download PRG...


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