Unlimited lives:
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 39678,0
SYS 7488 
Unlimited lives (alternate):
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 13865,0
SYS 7488 
Unlimited lives (alternate):
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 19310,0
SYS 7488 
Pass through opponents:
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 39580,169
POKE 39581,0
SYS 7488 
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 37318,X*2
SYS 7488 
Set number of lives in demo:
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 39664,X*2
SYS 7488 
Set number of lives at start of game play: 
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 33087,X*2
SYS 7488 
No opponents: 
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 14652,55
SYS 7488 
No opponents (alternate): 
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 14652,25
SYS 7488 
Cheat mode: 
Load or reset the game, then execute the following BASIC commands before running or restarting the program. 

POKE 12601,25