[blasto] ROM Invincibility

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
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: 16 times
Contact:

[blasto] ROM Invincibility

Post by Pugsy »

Added ROM Invincibility and changed the Time cheat to something more appropriate.

blasto.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time"> <comment>Turn this cheat off when you have finished what you need to do on the level as the level only ends when there's no time left</comment>
    <script state="run">
      <action>maincpu.pw@E02F=3930</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.rw@4283</action>
    </script>
    <script state="run">
      <action>maincpu.rw@4283=4295</action>
    </script>
    <script state="off">
      <action>maincpu.rw@4283=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