[saturnzi] 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: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[saturnzi] ROM invincibility

Post by Pugsy »

Added to saturnzi.xml

Code: Select all

  <cheat desc="Invincibility"> <comment>Only enable this cheat after you've started the game and your ship is on screen</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0EB7</action>
      <action>temp1 =maincpu.mb@142B</action>
      <action>temp2 =maincpu.mb@19DB</action>
      <action>temp3 =maincpu.mb@1D16</action>
      <action>temp4 =maincpu.mb@2987</action>
      <action>temp5 =maincpu.mb@2BF4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0EB7=C3</action> <!-- Diagonal Shooter - Bullets -->
      <action>maincpu.mb@142B=C3</action> <!-- Upwards Shooter - Bullets -->
      <action>maincpu.mb@19DB=C3</action> <!-- Upwards Shooter - Multi-Shooting Ships -->
      <action>maincpu.mb@1D16=C3</action> <!-- Upwards Shooter - Normal Ships -->
      <action>maincpu.mb@2987=C3</action> <!-- Diagonal Shooter - Ships -->
      <action>maincpu.mb@2BF4=C3</action> <!-- Upwards Shooter - Asteroids -->
    </script>
    <script state="off">
      <action>maincpu.mb@0EB7=temp0 </action>
      <action>maincpu.mb@142B=temp1 </action>
      <action>maincpu.mb@19DB=temp2 </action>
      <action>maincpu.mb@1D16=temp3 </action>
      <action>maincpu.mb@2987=temp4 </action>
      <action>maincpu.mb@2BF4=temp5 </action>
    </script>
  </cheat>
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