[ar_dlta] basics inc ROM Invincibility

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:

[ar_dlta] basics inc ROM Invincibility

Post by Pugsy »

ar_dlta.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Way Point Invincibility">
    <script state="on">
      <action>temp0 =maincpu.rb@8EC4B7</action>
    </script>
    <script state="run">
      <action>maincpu.rb@8EC4B7=22</action>
    </script>
    <script state="off">
      <action>maincpu.rb@8EC4B7=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@00905B=06</action>
    </script>
  </cheat>

  <cheat desc="Weapon Invincibility PL1"> <comment>You will still die if you try to walk past way points/backgrounds like bunkers or tanks without dealing with them first</comment>
    <script state="on">
      <action>temp0 =maincpu.rb@8EF4DA</action>
    </script>
    <script state="run">
      <action>maincpu.rb@8EF4DA=60</action>
    </script>
    <script state="off">
      <action>maincpu.rb@8EF4DA=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@00907B=06</action>
    </script>
  </cheat>

  <cheat desc="Weapon Invincibility PL2"> <comment>You will still die if you try to walk past way points/backgrounds like bunkers or tanks without dealing with them first</comment>
    <script state="on">
      <action>temp0 =maincpu.rb@8EF52A</action>
    </script>
    <script state="run">
      <action>maincpu.rb@8EF52A=60</action>
    </script>
    <script state="off">
      <action>maincpu.rb@8EF52A=temp0 </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