[kof94] Update/add. cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
mezdap
Posts: 117
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[kof94] Update/add. cheats

Post by mezdap »

kof94.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.rw@03706A</action>
      <action>temp1=maincpu.rw@037EFC</action>
    </script>
    <script state="run">
      <action>maincpu.rw@03706A=8301</action> <!-- This ROM cheat was made by mezdap -->
      <action>maincpu.rw@037EFC=8301</action>
    </script>
    <script state="off">
      <action>maincpu.rw@03706A=temp0</action>
      <action>maincpu.rw@037EFC=temp1</action>
    </script>
  </cheat>
Post Reply