[kof2001] 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

[kof2001] Update/add. cheats

Post by mezdap »

kof2001.xml and clones

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="run">
      <action>maincpu.pb@101D7B=FF</action>
      <action>maincpu.pb@10157B=FF</action>
    </script>
    <script state="off">
      <action>maincpu.pb@101D7B=00</action>
      <action>maincpu.pb@10157B=00</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pb@10A7D2=00</action>
      <action>maincpu.pb@10A7D3=01</action>
    </script>
  </cheat>
Post Reply