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

[cybstorm] quick basics

Post 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. -->
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