[svg] basics

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: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

[svg] basics

Post by Pugsy »

Requested, added them in the last two months or so.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>prot.pb@18000118=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="prot.pb@180000B0!=00">prot.pb@180000B0=63</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>prot.pb@180000B0=00</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action condition="prot.pw@1801035E!=0000">prot.pw@1801035E=01F4</action>
    </script>
  </cheat>

  <cheat desc="P1 Drain All Energy Now!">
    <script state="on">
      <action>prot.pw@1801035E=0000</action>
    </script>
  </cheat>
  
  <cheat desc="P1 Select Power">
    <parameter>
      <item value="0x03">Infinite Power</item>
      <item value="0x00">No Power</item>
    </parameter>
    <script state="run">
      <action>prot.pb@18019851=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Character">
    <parameter>
      <item value="0x00">Orochimaru</item>
      <item value="0x01">Roze</item>
      <item value="0x02">Wells</item>
      <item value="0x03">Krayce</item>
      <item value="0x04">Mayura</item>
      <item value="0x05">Ryuken</item>
      <item value="0x06">Hiro</item>
      <item value="0x07">Jadou</item>
      <item value="0x08">Erile</item>
      <item value="0x09">Earth</item>
      <item value="0x0A">Hiro 2</item>
      <item value="0x0B">Jadou 2</item>
      <item value="0x0C">Holy God Earth</item>
    </parameter>
    <script state="run">
      <action>prot.pb@18008168=param</action>
      <action>prot.pb@1800816B=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action condition="prot.pw@1801049E!=0000">prot.pw@1801049E=01F4</action>
    </script>
  </cheat>

  <cheat desc="P2 Drain All Energy Now!">
    <script state="on">
      <action>prot.pw@1801049E=0000</action>
    </script>
  </cheat>
  
  <cheat desc="P2 Select Power">
    <parameter>
      <item value="0x03">Infinite Power</item>
      <item value="0x00">No Power</item>
    </parameter>
    <script state="run">
      <action>prot.pb@180198B5=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Character">
    <parameter>
      <item value="0x00">Orochimaru</item>
      <item value="0x01">Roze</item>
      <item value="0x02">Wells</item>
      <item value="0x03">Krayce</item>
      <item value="0x04">Mayura</item>
      <item value="0x05">Ryuken</item>
      <item value="0x06">Hiro</item>
      <item value="0x07">Jadou</item>
      <item value="0x08">Erile</item>
      <item value="0x09">Earth</item>
      <item value="0x0A">Hiro 2</item>
      <item value="0x0B">Jadou 2</item>
      <item value="0x0C">Holy God Earth</item>
    </parameter>
    <script state="run">
      <action>prot.pb@180081E8=param</action>
      <action>prot.pb@180081EB=param</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.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply