[revngr84] cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
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:

[revngr84] cheats

Post by Pugsy »

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@7C4D=99</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@4257</action>
      <action>temp1 =maincpu.mb@467E</action>
    </script>
    <script state="run">
      <action>maincpu.mb@4257=18</action> <!-- Normal Collisions -->
      <action>maincpu.mb@467E=18</action> <!-- Bullets -->
    </script>
    <script state="off">
      <action>maincpu.mb@4257=temp0 </action>
      <action>maincpu.mb@467E=temp1 </action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire">
    <script state="run">
      <action>maincpu.pb@7C42=20|(maincpu.pb@7C42 BAND ~20)</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@7C6D=08</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@7C6F=08</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Fix Fuel Bug with Game"> <comment>Fixes bug when the Fuel passes zero instead of reaching it, which causes graphic corruption on the screen. Normally seen when you skip between screens and the decrement is greater than one</comment>
    <script state="run">
      <action condition="maincpu.pb@7C53 GT C0">maincpu.pb@7C85=01</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