Page 1 of 1

[mrdrilrg] basic cheats

Posted: Mon Apr 24, 2023 12:22 am
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. -->

Re: [mrdrilrg] basic cheats

Posted: Thu Apr 27, 2023 8:40 pm
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)

Re: [mrdrilrg] basic cheats

Posted: Thu Apr 27, 2023 11:03 pm
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