[panic]+ ROM Invincibility request fill

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: 15 times
Contact:

[panic]+ ROM Invincibility request fill

Post by Pugsy »

panic.xml, panic2.xml, panic3,xml:-

Code: Select all

  <cheat desc="Invincibility"> <comment>Running out of oxygen can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0F79</action>
      <action>temp1 =maincpu.mb@28BE</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0F79=18</action> <!-- Collisions -->
      <action>maincpu.mb@28BE=C3</action> <!-- Deal with constant ROM checks -->
    </script>
    <script state="off">
      <action>maincpu.mb@0F79=temp0 </action>
      <action>maincpu.mb@28BE=temp1 </action>
    </script>
  </cheat>
panich.xml:-

Code: Select all

  <cheat desc="Invincibility"> <comment>Running out of oxygen can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0F4B</action>
      <action>temp1 =maincpu.mb@286A</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0F4B=18</action> <!-- Collisions -->
      <action>maincpu.mb@286A=C3</action> <!-- Deal with constant ROM checks -->
    </script>
    <script state="off">
      <action>maincpu.mb@0F4B=temp0 </action>
      <action>maincpu.mb@286A=temp1 </action>
    </script>
  </cheat>
panicger.xml:-

Code: Select all

  <cheat desc="Invincibility"> <comment>Running out of oxygen can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0F70</action>
      <action>temp1 =maincpu.mb@28AE</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0F70=18</action> <!-- Collisions -->
      <action>maincpu.mb@28AE=C3</action> <!-- Deal with constant ROM checks -->
    </script>
    <script state="off">
      <action>maincpu.mb@0F70=temp0 </action>
      <action>maincpu.mb@28AE=temp1 </action>
    </script>
  </cheat>
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