script "Auto Safety Parachute" \
 "comm:Automatically deploys a parachute if you miss the bounce which makes it impossible to crash. Note you will to turn this cheat OFF at the end of each Round"  
on:
    temp0=dpeek($157B)
run:
    dpoke $157B $7C18
off:
    dpoke $157B temp0
script " "  
script "P1 Infinite Lives"  
run:
    poke $E479 $63
script "P2 Infinite Lives"  
run:
    poke $E483 $63
script " "  
script "Skip ROM Check"  
on:
    temp0=peek($3754)
run:
    poke $3754 $C9
off:
    poke $3754 temp0
