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

[androidp] basics

Post by Pugsy »

some quickies

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@37A4</action>
      <action>temp1 =maincpu.mb@3912</action>
      <action>temp2 =maincpu.mb@3803</action>
      <action>temp3 =maincpu.mb@382A</action>
      <action>temp4 =maincpu.mb@39E2</action>
    </script>
    <script state="run">
      <action>maincpu.mb@37A4=C9</action> <!-- Bullets -->
      <action>maincpu.mb@3912=C9</action> <!-- Most Other Collisions -->
      <action>maincpu.mb@3803=C9</action> <!-- Bosses -->
      <action>maincpu.mb@382A=C9</action> <!-- Bosses -->
      <action>maincpu.mb@39E2=C9</action> <!-- Dragon Crystal -->
    </script>
    <script state="off">
      <action>maincpu.mb@37A4=temp0 </action>
      <action>maincpu.mb@3912=temp1 </action>
      <action>maincpu.mb@3803=temp2 </action>
      <action>maincpu.mb@382A=temp3 </action>
      <action>maincpu.mb@39E2=temp4 </action>
    </script>
  </cheat>

  <cheat desc="Always have Double Fire Power Up">
    <script state="run">
      <action>maincpu.pb@804D=80|(maincpu.pb@804D BAND ~80)</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@8032=04</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@8033=04</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