Page 1 of 1

[cybstorm] quick basics

Posted: Sun Apr 01, 2018 10:13 pm
by Pugsy

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pb@FE2E6F GT 00">maincpu.pb@FE2E6F=63</action>
    </script>
  </cheat>

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

  <cheat desc=" "/>

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

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

  <cheat desc="P1 Select Character">
    <parameter>
      <item value="0x00">Deadeye</item>
      <item value="0x01">Zaltan</item>
      <item value="0x02">Nitro</item>
      <item value="0x03">GX-2</item>
      <item value="0x04">Tarsys</item>
      <item value="0x05">Vandal</item>
      <item value="0x06">#Bromaq</item>
      <item value="0x07">#Quadra</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FE2EB7=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

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

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

  <cheat desc="P2 Select Character">
    <parameter>
      <item value="0x00">Deadeye</item>
      <item value="0x01">Zaltan</item>
      <item value="0x02">Nitro</item>
      <item value="0x03">GX-2</item>
      <item value="0x04">Tarsys</item>
      <item value="0x05">Vandal</item>
      <item value="0x06">#Bromaq</item>
      <item value="0x07">#Quadra</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FE2FB7=param</action>
    </script>
  </cheat>

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