[fmtowns-cd\raiden] Basics

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. 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:

[fmtowns-cd\raiden] Basics

Post by Pugsy »

Low hanging fruit.....a software list with a single game.

replace contents of fmtowns-cd\raiden.xml:

Code: Select all

<mamecheat version="1">

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

  <cheat desc="P1 Infinite Bombs">
    <script state="run">
      <action>maincpu.pb@4B2AC=06</action>
    </script>
  </cheat>

  <cheat desc="P1 Invincibility">
    <script state="run">
      <action>maincpu.pb@4B28D=FF</action>
    </script>
    <script state="off">
      <action>maincpu.pb@4B28D=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Perm Normal Weapon Level">
    <parameter min="1" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2A4=(param)</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Perm Laser Weapon Level">
    <parameter min="0" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2A6=(param)</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Perm Rocket Weapon Level">
    <parameter min="0" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2A8=(param)</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Perm Missile Weapon Level">
    <parameter min="0" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2AA=(param)</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@4B2C4=0A</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Bombs">
    <script state="run">
      <action>maincpu.pb@4B2D2=06</action>
    </script>
  </cheat>

  <cheat desc="P2 Invincibility">
    <script state="run">
      <action>maincpu.pb@4B2B3=FF</action>
    </script>
    <script state="off">
      <action>maincpu.pb@4B2B3=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Perm Normal Weapon Level">
    <parameter min="1" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2CA=(param)</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Perm Laser Weapon Level">
    <parameter min="0" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2CC=(param)</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Perm Rocket Weapon Level">
    <parameter min="0" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2CE=(param)</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Perm Missile Weapon Level">
    <parameter min="0" max="8" step="1"/>
    <script state="run">
      <action>maincpu.pb@4B2D0=(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