[gaialast] 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:

[gaialast] basics

Post by Pugsy »

gaialast.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pw@FE35F8=0100</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mw@00853C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00853C=4E75</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00853C=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Auto Collect Gold Coins"> <comment>Automatically collect any gold coins that would otherwise need touching to collect.</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@00D4E6</action>
      <action>temp1 =maincpu.mb@00D672</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00D4E6=60</action> <!-- Normal Coins -->
      <action>maincpu.mb@00D672=60</action> <!-- Flying Coins -->
    </script>
    <script state="off">
      <action>maincpu.mb@00D4E6=temp0 </action>
      <action>maincpu.mb@00D672=temp1 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

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

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

  <cheat desc="P1 Select Plane">
    <parameter>
      <item value="0x00">Plane 1</item>
      <item value="0x01">Plane 2</item>
      <item value="0x02">Plane 3</item>
      <item value="0x03">Plane 4</item>
      <item value="0x04">Plane 5</item>
      <item value="0x05">Plane 6</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF66CF=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

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

  <cheat desc="P2 Infinite Bombs">
    <script state="run">
      <action>maincpu.pb@FF66E3=0A</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Plane">
    <parameter>
      <item value="0x00">Plane 1</item>
      <item value="0x01">Plane 2</item>
      <item value="0x02">Plane 3</item>
      <item value="0x03">Plane 4</item>
      <item value="0x04">Plane 5</item>
      <item value="0x05">Plane 6</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FF66DF=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