script "P1 Infinite Lives"  
run:
    poke $C303 $0A
script "P1 Invincibility"  
run:
    poke $C067 $10|(peek($C067)&~$10)
    poke $C300 $FD
script "P1 Rapid Fire"  
run:
    poke $C016 $00
script "P1 Infinite POWs"  
run:
    poke $C302 $01
script "P1 Select Perm. POW worth" \
 "0x00/3-way"\
 "0x04/Flame"\
 "0x08/Stars"\
 "0x0C/Blue Wind"\
 "0x10/Missiles"\
 "0x14/Extra Life"\
 "0x18/Speed Up"\
 "0x1C/20000 Pts"\
 "0x20/50000 Pts"\
 "0x24/100000 Pts" 
run:
    poke $C8E9 param
script " "  
script "P2 Infinite Lives"  
run:
    poke $C343 $0A
script "P2 Invincibility"  
run:
    poke $C06A $10|(peek($C06A)&~$10)
    poke $C340 $FD
script "P2 Rapid Fire"  
run:
    poke $C01F $00
script "P2 Infinite POWs"  
run:
    poke $C342 $01
script "P2 Select Perm. POW worth" \
 "0x00/3-way"\
 "0x04/Flame"\
 "0x08/Stars"\
 "0x0C/Blue Wind"\
 "0x10/Missiles"\
 "0x14/Extra Life"\
 "0x18/Speed Up"\
 "0x1C/20000 Pts"\
 "0x20/50000 Pts"\
 "0x24/100000 Pts" 
run:
    poke $C871 param
