[flagrall] cheats

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:

[flagrall] cheats

Post by Pugsy »

flagrall.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="on">
      <action>temp0 =maincpu.mw@042E62</action>
    </script>
    <script state="run">
      <action>maincpu.mw@042E62=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@042E62=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pw@102C9C=0063</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="on">
      <action>temp0 =maincpu.mw@036160</action>
      <action>temp1 =maincpu.mw@037EEE</action>
    </script>
    <script state="run">
      <action>maincpu.mw@036160=4E71</action>
      <action>maincpu.mw@037EEE=6004</action>
    </script>
    <script state="off">
      <action>maincpu.mw@036160=temp0 </action>
      <action>maincpu.mw@037EEE=temp1 </action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@03DEAE</action>
      <action>temp1 =maincpu.mb@041C70</action>
    </script>
    <script state="run">
      <action>maincpu.mb@03DEAE=60</action> <!-- Normal Collisions but still get diamonds -->
      <action>maincpu.mb@041C70=60</action> <!-- Roadblocks -->
    </script>
    <script state="off">
      <action>maincpu.mb@03DEAE=temp0 </action>
      <action>maincpu.mb@041C70=temp1 </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