[berenstn] cheats

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:

[berenstn] cheats

Post by Pugsy »

Couple of quickies including ROM invincibility - should be all it needs
berenstn.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@0026=1C</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@417C</action>
      <action>temp1 =maincpu.mb@49F3</action>
      <action>temp2 =maincpu.mb@49F7</action>
      <action>temp3 =maincpu.mb@4C4E</action>
      <action>temp4 =maincpu.mb@4D69</action>
      <action>temp5 =maincpu.mb@69EA</action>
      <action>temp6 =maincpu.mb@69EF</action>
      <action>temp7 =maincpu.mb@69F6</action>
    </script>
    <script state="run">
      <action>maincpu.mb@417C=A5</action> <!-- Infinite Time forced to ensure you can't die, otherwise you need to toggle cheat off and on when time runs out -->
      <action>maincpu.mb@49F3=A5</action> <!-- Background -->
      <action>maincpu.mb@49F7=3A</action> <!-- Background -->
      <action>maincpu.mb@4C4E=60</action> <!-- Background -->
      <action>maincpu.mb@4D69=A9</action> <!-- Background -->
      <action>maincpu.mb@69EA=00</action> <!-- Collisions -->
      <action>maincpu.mb@69EF=00</action> <!-- Collisions -->
      <action>maincpu.mb@69F6=00</action> <!-- Collisions -->
    </script>
    <script state="off">
      <action>maincpu.mb@417C=temp0 </action>
      <action>maincpu.mb@49F3=temp1 </action>
      <action>maincpu.mb@49F7=temp2 </action>
      <action>maincpu.mb@4C4E=temp3 </action>
      <action>maincpu.mb@4D69=temp4 </action>
      <action>maincpu.mb@69EA=temp5 </action>
      <action>maincpu.mb@69EF=temp6 </action>
      <action>maincpu.mb@69F6=temp7 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@004D=05</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@004E=05</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