[kof2002] 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: 122
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[kof2002] Update/add. cheats

Post by mezdap »

kof2002.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.rw@00ED9C</action>
      <action>temp1=maincpu.rw@00EE5E</action>
    </script>
    <script state="run">
      <action>maincpu.rw@00ED9C=4E75</action> <!-- This ROM cheat was made by mezdap -->
      <action>maincpu.rw@00EE5E=4E75</action>
    </script>
    <script state="off">
      <action>maincpu.rw@00ED9C=temp0</action>
      <action>maincpu.rw@00EE5E=temp1</action>
    </script>
  </cheat>


'Infinite Time' for kof2002 and clones don't work.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="on">
      <action>maincpu.pb@10A7D2=60</action>
    </script>
    <script state="run">
      <action condition="(maincpu.pb@10A7D2 GT 1) AND (maincpu.pb@10A7D2 LT 60)">maincpu.pb@10A7D2=60</action>
    </script>
  </cheat>
Post Reply