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

Turbo Charge
System 3, 1991


Action Replay Code:
Tape:
POKE 27504,0 - Time

POKE 29751,96 - Damage

POKE 29051,173
POKE 29170,173
- Fuel

Disk:
POKE 26960,0 - Time

POKE 29207,173 - Damage

POKE 28507,173
POKE 28626,173
- Fuel

Listing Cheat:
Tape:


1 rem turbo charge (system 3)
2 rem infinite time, fuel, and damage by waz
3 rem cassette -v1- commodore format
4 for x=543 to 614: read y:c=c+y: poke x, y:next
5 for x=336 to 375: read y:c=c+y: poke x, y:next
6 if c>12856 then print "data error": end
7 input "infinite time y/n";a$:if a$="n" then poke 345,1
8 input "infinite fuel y/n";b$:if b$="n" then poke 350,206
9 input "infinite damage y/n";c$:if c$="n" then poke 358,165
10 poke 157,128:sys 543
11 data 032,044,247,056,169,021,141,177
12 data 003,169,055,141,178,003,169,106
13 data 141,179,003,032,108,245,169,076
14 data 141,196,224,169,072,141,197,224
15 data 169,002,141,198,224,032,191,003
16 data 096,169,032,141,044,009,169,160
17 data 141,045,009,169,007,141,046,009
18 data 162,000,189,080,001,157,160,007
19 data 232,224,040,208,245,108,022,000
20 data 072,173,112,107,201,001,208,018
21 data 169,000,141,112,107,169,173,141
22 data 123,113,141,242,113,169,096,141
23 data 055,116,206,032,208,104,173,013
24 data 220,096,087,065,090,032,057,050

Download PRG...

Disk:


1 rem turbo charge (system 3)
2 rem infinite time, fuel, and damage by waz
3 rem disk -v1- commodore format
4 for x=16384 to 16485: read y:c=c+y: poke x,y:next
5 if c<>11818 then print "data error":end
6 input "infinite time y/n";a$:if a$="n" then poke 16461,1
7 input "infinite fuel y/n";b$: if b$="n" then poke 16466,206
8 input "infinite damage y/n";c$: if c$="n" then poke 16474,165
9 print chr$ (147); "insert disk & press a key"
10 poke 198,0:wait 198, 1:sys 16384
11 data 169,001,168,162,008,032,186,255
12 data 169,003,162,099,160,064,032,189
13 data 255,169,000,133,010,032,213,255
14 data 169,168,141,194,008,169,048,141
15 data 195,008,076,024,008,169,032,141
16 data 174,018,169,160,141,175,018,169
17 data 007,141,176,018,162,000,189,068
18 data 064,157,160,019,232,224,031,208
19 data 245,076,000,032,072,173,080,105
20 data 201,001,208,018,169,000,141,080
21 data 105,169,173,141,091,111,141,210
22 data 111,169,096,141,023,114,104,238
23 data 032,208,096,077,087,083

Download PRG...


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