Unlimited lives:
Load or reset the game, then execute the following BASIC commands before running or restarting the program.
POKE 4469,76
POKE 4470,124
POKE 4471,17
SYS 319
Unlimited lives (alternate):
Load or reset the game, then execute the following BASIC command before running or restarting the program.
POKE 5571,197
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 4217,X
SYS 319