[mrdrilr2]+ 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: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

[mrdrilr2]+ cheats

Post by Pugsy »

Here's some cheats I quickly knocked up.

Same cheats for both clones as well
.mrdrilr2.xml ,mrdrilr2j.xml, mrdrilr2u.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
  <script state="run">
    <action>maincpu.pb@80272B50=09</action>
  </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pw@80132216=1000</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pw@80132216=0461</action>
    </script>
  </cheat>

  <cheat desc="  "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@80271718=05</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Air">
    <script state="run">
      <action>maincpu.pd@802717C4=000251C0</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@80271898=05</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Air">
    <script state="run">
      <action>maincpu.pd@80271944=000251C0</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.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)
crazyc
Posts: 31
Joined: Sat Apr 30, 2016 4:49 pm

Re: [mrdrilr2]+ cheats

Post by crazyc »

Here's to unlock the extra stage without the complex code entry

Code: Select all

<mamecheat version="1">

  <cheat desc="Unlock Extra Stage">
  <script state="on">
    <action>maincpu.pb@80282c72=maincpu.pb@80282c72|20</action>
  </script>
  </cheat>

</mamecheat>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [mrdrilr2]+ cheats

Post by Pugsy »

Thanks, added
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