[vf2]+ requested 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
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[vf2]+ requested cheats

Post by Pugsy »

Works for the clones too

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@59C380=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pw@500028 GT 0001">maincpu.pw@500028=18FF</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pw@500028=0001</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action condition="maincpu.pb@510B2C GT 00">maincpu.pb@510B2C=B0</action>
    </script>
  </cheat>

  <cheat desc="P1 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pb@510B2C=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Perm Character">
    <parameter>
      <item value="0x0000">Akira Yuki</item>
      <item value="0x0606">Pai Chan</item>
      <item value="0x0404">Lau Chan</item>
      <item value="0x0707">Wolf Hawkfield</item>
      <item value="0x0505">Jeffry McWild</item>
      <item value="0x0303">Kage-Maru</item>
      <item value="0x0202">Sarah Bryant</item>
      <item value="0x0101">Jacky Bryant</item>
      <item value="0x0808">Shun Di</item>
      <item value="0x0A0A">Lion Rafale</item>
      <item value="0x0909">#Dural</item>
    </parameter>
    <script state="run">
      <action>maincpu.pw@510B30=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Wins Always = 0">
    <script state="run">
      <action>maincpu.pb@50004F=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Wins Always = 2"> <comment>As long as P2 wins LT 2 then P1 wins the the battle automatically at the end of round</comment>
    <script state="run">
      <action>maincpu.pb@50004F=02</action>
    </script>
  </cheat>

  <cheat desc="P1 Set Wins = 0 Now!">
    <script state="on">
      <action>maincpu.pb@50004F=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Set Wins = 1 Now!">
    <script state="on">
      <action>maincpu.pb@50004F=01</action>
    </script>
  </cheat>

  <cheat desc="P1 Set Wins = 2 Now!"> <comment>As long as P2 wins LT 2 then P1 wins the battle automatically at the end of round</comment>
    <script state="on">
      <action>maincpu.pb@50004F=02</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action condition="maincpu.pb@512B2C GT 00">maincpu.pb@512B2C=B0</action>
    </script>
  </cheat>

  <cheat desc="P2 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pb@512B2C=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Perm Character">
    <parameter>
      <item value="0x0000">Akira Yuki</item>
      <item value="0x0606">Pai Chan</item>
      <item value="0x0404">Lau Chan</item>
      <item value="0x0707">Wolf Hawkfield</item>
      <item value="0x0505">Jeffry McWild</item>
      <item value="0x0303">Kage-Maru</item>
      <item value="0x0202">Sarah Bryant</item>
      <item value="0x0101">Jacky Bryant</item>
      <item value="0x0808">Shun Di</item>
      <item value="0x0A0A">Lion Rafale</item>
      <item value="0x0909">#Dural</item>
    </parameter>
    <script state="run">
      <action>maincpu.pw@512B30=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Wins Always = 0">
    <script state="run">
      <action>maincpu.pb@500051=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Wins Always = 2"> <comment>As long as P1 wins LT 2 then P2 wins the the battle automatically at the end of round</comment>
    <script state="run">
      <action>maincpu.pb@500051=02</action>
    </script>
  </cheat>

  <cheat desc="P2 Set Wins = 0 Now!">
    <script state="on">
      <action>maincpu.pb@500051=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Set Wins = 1 Now!">
    <script state="on">
      <action>maincpu.pb@500051=01</action>
    </script>
  </cheat>

  <cheat desc="P2 Set Wins = 2 Now!"> <comment>As long as P1 wins LT 2 then P2 wins the battle automatically at the end of round</comment>
    <script state="on">
      <action>maincpu.pb@500051=02</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply