script "Infinite Credits"  
run:
    poke $400091 $09
script " "  
script "P1 Infinite Lives"  
run:
    poke $41B1DD $09
script "P1 Infinite Bombs"  
run:
    poke $41B1F1 $05
script "P1 Invincibility"  
run:
    poke $41B1E1 $05
script " "  
script "P2 Infinite Lives"  
run:
    poke $41B267 $09
script "P2 Infinite Bombs"  
run:
    poke $41B27B $05
script "P2 Invincibility"  
run:
    poke $41B26B $05
script " "  
script "Select Region" \
 "comm:After you enable this cheat to see any effect you will have to reset the game (F3). Then you may have to turn the Test Mode ON (F2), wait for Test Mode to appear and reset again(F3)." \
 "0x01/Japan"\
 "0x02/US"\
 "0x03/World" 
on:
    temp0=peek($1FFFFF)
run:
    poke $1FFFFF param
off:
    poke $1FFFFF temp0
