Unlimited lives:
Load or reset the game, then execute the following BASIC commands. 

POKE 6172,174
SYS 2304 

Unlimited lives (alternate):
Load or reset the game, then execute the following BASIC commands. 

POKE 6139,234
POKE 6140,234
POKE 6141,234
SYS 2304 

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 2574,X
SYS 2304 

Set number of lives (alternate):
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 24440,X
SYS 2304