[mrdrilrg] basic 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:

[mrdrilrg] basic cheats

Post by Pugsy »

Following on from the Mr Driller 2 cheats, some quickies for the 'first' version - seems very similar to the 2nd version. I've included a "1 Hit to destroy X Bricks" as well because it made for quicker testing.

mrdrilrg.xml:

Code: Select all

<mamecheat version="1">

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

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

  <cheat desc="1 Hit to destroy X Bricks">
    <script state="run">
      <action>maincpu.pw@801FE46E=1000</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pw@801FE46E=1040</action>
    </script>
  </cheat>
	
  <cheat desc="  "/>

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

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

  <cheat desc=" "/>

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

  <cheat desc="P2 Infinite Air">
    <script state="run">
      <action>maincpu.pd@80369E54=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)
User avatar
danylopez123
Posts: 18
Joined: Thu Dec 21, 2017 2:09 pm
Has thanked: 1 time

Re: [mrdrilrg] basic cheats

Post by danylopez123 »

When i load Mr. Driller G with that cheat file you've made, i get this error:

mrdrilrg.xml(54): error parsing XML (mismatched tag)
Greetings from Spain!
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: [mrdrilrg] basic cheats

Post by Pugsy »

Sorry , cut and paste error. I added the "1 Hit to destroy X Bricks" cheats a few minutes after posting the cheats and I missed the </cheat> tag element.
Corrected now
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