[megrescu] 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:

[megrescu] cheats

Post by Pugsy »

Just noticed cheats for this have been posted already (doh!)...but these do differ, the firemen "invincibility" here is simpler and there's a cheat to stop fire spreading and cheats for the 3 ways of finishing the level.

megrescu.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
  <script state="run">
    <action>maincpu.ppb@C000=99</action>
  </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@C02D=09</action>
    </script>
  </cheat>

  <cheat desc="Finish Level by Rescuing All People Now!">
    <script state="on">
      <action>maincpu.ppb@C5DE=00</action>
    </script>
  </cheat>

  <cheat desc="Finish Level by Extinguishing All Fires Now!">
    <script state="on">
      <action>maincpu.ppb@C5DF=00</action>
    </script>
  </cheat>

  <cheat desc="Finish Level by Catching Helicopter Now!">
    <script state="on">
      <action>maincpu.ppb@EA83=40|(maincpu.ppb@EA83 BAND ~40)</action>
    </script>
  </cheat>

  <cheat desc="Fire Never Spreads or Reignites">
    <script state="on">
      <action>temp0 =maincpu.mb@3042</action>
    </script>
    <script state="run">
      <action>maincpu.mb@3042=00</action>
    </script>
    <script state="off">
      <action>maincpu.mb@3042=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Fireman Always Lands safely"> <comment>Fireman and rescuee always land as if they'd been caught</comment>
    <script state="on">
      <action>temp0 =maincpu.mw@27A9</action>
    </script>
    <script state="run">
      <action>maincpu.mw@27A9=0118</action>
    </script>
    <script state="off">
      <action>maincpu.mw@27A9=temp0 </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