[catchp] cheats inc effectively 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:

[catchp] cheats inc effectively ROM Invincibility

Post by Pugsy »

catchp.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@0048=0F</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@004E=00</action>
    </script>
  </cheat>

  <cheat desc="Select Bat Size">
    <parameter>
      <item value="0x00">Normal</item>
      <item value="0x02">Small</item>
      <item value="0x04">Smallest</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0020=param</action>
    </script>
  </cheat>

  <cheat desc="Rocks Never Hit Bottom">
    <script state="on">
      <action>temp0 =maincpu.md@7238</action>
      <action>temp1 =maincpu.md@7FD0</action>
      <action>temp2 =maincpu.md@7FD4</action>
      <action>temp3 =maincpu.mw@7FD8</action>
    </script>
    <script state="run">
      <action>maincpu.md@7238=7FD02010</action>
      <action>maincpu.md@7FD0=02D0F4C9</action>
      <action>maincpu.md@7FD4=6518F2A9</action>
      <action>maincpu.mw@7FD8=605B</action>
    </script>
    <script state="off">
      <action>maincpu.md@7238=temp0 </action>
      <action>maincpu.md@7FD0=temp1 </action>
      <action>maincpu.md@7FD4=temp2 </action>
      <action>maincpu.mw@7FD8=temp3 </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.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