Title
Left ArrowCheats HomeRight ArrowCheats Misc ListCheats Number ListCheats A ListCheats B ListCheats C ListCheats D ListCheats E ListCheats F ListCheats G ListCheats H ListCheats I ListCheats J ListCheats K ListCheats L ListCheats M ListCheats N ListCheats O ListCheats P ListCheats Q ListCheats R ListCheats S ListCheats T ListCheats U ListCheats V ListCheats W ListCheats X ListCheats Y ListCheats Z List

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.

Operation Wolf
Ocean/Taito, 1988


Action Replay Code:
POKE 34952,165 - Grenades

POKE 36009,165 - Energy

POKE 35051,165 - Bullets

POKE 34813,173 - Rapid Fire

Reset Code:
POKE 33351,165 - Energy

SYS 16963 - Restart Game

Listing Cheat:


1 rem operation wolf (ocean)
2 rem infinite bombs and bullets
3 rem cassette -v1- commodore format
4 clr : for a=271 to 295 : read b: poke a,b : c=c+b : next
5 if c=3060 then poke157,128: sys271
6 print "data error"
7 data 32,86,245,162,0,189,32,1,157,84,3,232
8 data 224,8,208,245,96,169,165,141,31,137,141,136,136

Download PRG...


1 rem operation wolf (ocean)
2 rem infinite bombs and bullets
3 rem cassette -v1- commodore format
4 for x=368 to 421:read y:c=c+y:poke x,y: next
5 if c<>7026 then print "data error":end
6 poke 157,128:sys 368
7 data 032,086,245,169,032,141,186,003
8 data 169,131,141,187,003,169,001,141
9 data 188,003,096,206,032,208,173,169
10 data 140,201,198,208,024,169,165,141
11 data 136,136,141,169,140,169,173,141
12 data 035,137,169,234,141,186,003,141
13 data 187,003,141,188,003,096

Download PRG...


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