script "Infinite Credits"  
run:
    poke $100393 $09
script " "  
script "P1 Infinite Lives"  
run:
    poke $1004A5 $09
script "P1 Infinite Bombs"  
run:
    poke $10173D $09
script "P1 Invincibility" \
 "comm:Only enable Invincibility after launch when you can shoot your weapons!! See the Dip Switch Menu to enable an alternate 'P1 Invincibility' cheat. But the cheat is better as the dipswitch causes a game crash when P2 is selected."  
run:
    poke $10173B $02
script "P1 Maximum Main Weapon Power"  
run:
    poke $101745 $05
script "P1 Maximum Extra Weapon Power" \
 "comm:Get an extra weapon first"  
run:
    poke $101759 $02
script "P1 Select Extra Weapon" \
 "comm:Get an extra weapon first" \
 "0x00/Front"\
 "0x04/Wide"\
 "0x08/Homing" 
run:
    poke $10175F param|(peek($10175F)&~$0C)
script " "  
script "P2 Infinite Lives"  
run:
    poke $1004A7 $09
script "P2 Infinite Bombs"  
run:
    poke $1017FD $09
script "P2 Invincibility" \
 "comm:Only enable Invincibility after launch when you can shoot your weapons!!"  
run:
    poke $1017FB $02
script "P2 Maximum Main Weapon Power"  
run:
    poke $101805 $05
script "P2 Maximum Extra Weapon Power" \
 "comm:Get an extra weapon first"  
run:
    poke $101819 $02
script "P2 Select Extra Weapon" \
 "comm:Get an extra weapon first" \
 "0x00/Front"\
 "0x04/Wide"\
 "0x08/Homing" 
run:
    poke $10181F param|(peek($10181F)&~$0C)
