[sf2ce] Speed

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
mezdap
Posts: 96
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[sf2ce] Speed

Post by mezdap »

Code: Select all

  <cheat desc="Speed">
    <script state="run">
      <action condition="(maincpu.pb@FF8009 GT 6)">maincpu.pw@FF0040=0101, maincpu.pw@FF004A=0450</action>
      <action condition="(maincpu.pb@FF8009 == 6)">maincpu.pw@FF0040=0000</action>
    </script>
    <script state="off">
      <action>maincpu.pw@FF0040=0000</action>
    </script>
  </cheat>
Update: Works great for ''sf2 and sf2ce'' but only one speed option!
Post Reply