script "Always have 4 Coins"  
run:
    poke $8066D $04
script "Stop End-of-Level Bomb Timer" \
 "comm:Turn off to leave level"  
run:
    poke $80673 $77
script "Only 1 Computer to Collect per Level"  
run:
    if (peek($8073D)<$00)or(peek($8073D)>$01)
      poke $8073D $01
    endif
script " "  
script "P1 Infinite Lives"  
run:
    poke $80641 $05
script "P1 Invincibility" \
 "comm:See the Dip Switch Menu to enable an alternate Invincibility cheat."  
run:
    poke $80689 $1B
script " "  
script "P2 Infinite Lives"  
run:
    poke $8064F $05
script "P2 Invincibility" \
 "comm:See the Dip Switch Menu to enable an alternate Invincibility cheat."  
run:
    poke $806E9 $7D
