Set number of lives: Load or reset the game, then execute the following
BASIC commands before running or restarting the program. Note:
X represents the desired number of lives.
POKE 13205,X
SYS 2304
Level select: Load or reset the game, then execute the following
BASIC commands before running or restarting the program. Note:
X represents the desired starting level.
POKE 13206,X
SYS 2304
Unlimited lives: Load or reset the game, then execute the following
BASIC commands before running or restarting the program.