Level skip:
Press [Restore] when the blue logo appears after losing a life.
Cheat mode:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 47106,189
SYS 32769
Unlimited lives:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 37281,255
SYS 32769
Unlimited lives (alternate):
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 47106,173
POKE 46994,173
SYS 32768
Unlimited lives (alternate):
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 47106,234
POKE 47107,234
POKE 47108,234
SYS 32768
Fun levels:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 47106,234
POKE 47107,33
POKE 47108,184
SYS 32768
Repeating levels:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 32839,184
POKE 32831,31
SYS 32768
Set number of lives:
Load or reset the game, then execute the following BASIC command before running or restarting the program. Note: X represents the desired number of lives.
POKE 37281,X
SYS 32769