[sparkman]+ 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:

[sparkman]+ basics

Post by Pugsy »

sparkman, sparkmana

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@C845=0959</action>
    </script>
  </cheat>

  <cheat desc="Select Starting Stage">
    <parameter min="1" max="9" step="1"/>
    <script state="run">
      <action condition="(maincpu.pb@D008==00)">maincpu.pb@D008=(param-1)</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@D004=0A</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Energy"> <comment>Temporarily disable this cheat if you fall off the bottom of the screen</comment>
    <script state="run">
      <action>maincpu.pb@D003=18</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Bombs">
    <script state="run">
      <action>maincpu.pb@D03C=09</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Ammo">
    <script state="run">
      <action>maincpu.pb@D03E=99</action>
    </script>
  </cheat>

  <cheat desc="P1 Rapid Fire">
    <script state="run">
      <action>maincpu.pb@D00E=00|(maincpu.pb@D00E BAND ~20)</action>
    </script>
  </cheat>

  <cheat desc="P1 Rapid Bomb">
    <script state="run">
      <action>maincpu.pb@D03D=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Weapon">
    <parameter>
      <item value="0x00">Normal</item>
      <item value="0x01">Rocket Launcher</item>
      <item value="0x02">Flamethrower</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@D009=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@D084=03</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Energy"> <comment>Temporarily disable this cheat if you fall off the bottom of the screen</comment>
    <script state="run">
      <action>maincpu.pb@D083=18</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Bombs">
    <script state="run">
      <action>maincpu.pb@D0BC=03</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Ammo">
    <script state="run">
      <action>maincpu.pb@D0BE=10</action>
    </script>
  </cheat>

  <cheat desc="P2 Rapid Fire">
    <script state="run">
      <action>maincpu.pb@D08E=00|(maincpu.pb@D08E BAND ~20)</action>
    </script>
  </cheat>

  <cheat desc="P2 Rapid Bomb">
    <script state="run">
      <action>maincpu.pb@D0BD=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Weapon">
    <parameter>
      <item value="0x00">Normal</item>
      <item value="0x01">Rocket Launcher</item>
      <item value="0x02">Flamethrower</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@D089=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