Page 1 of 1

[deluxe5] cheats

Posted: Sun Oct 30, 2011 5:10 pm
by Pugsy
Cheats for 3 of the 5 games, others are blackjack and a version of columns which I don't particularly feel like doing at the moment.

deluxe5.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@70A8C3=63</action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="GAME 1 - Search Point"/>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@70254C=00</action>
    </script>
  </cheat>

  <cheat desc="Finish this Stage Now!">
    <script state="on">
      <action>maincpu.pb@7031B2=maincpu.pb@701C17</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@7009F0=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@7009EF=09</action>
    </script>
  </cheat>

  <cheat desc="GAME 3 - Land Cutter"/>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@701BFA=000D</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@701547=0A</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL1">
    <script state="run">
      <action>maincpu.pb@701BD7=01</action>
      <action>maincpu.pw@701542=0000</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@701541=0A</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL2">
    <script state="run">
      <action>maincpu.pb@701BD5=01</action>
      <action>maincpu.pw@701544=0000</action>
    </script>
  </cheat>

  <cheat desc="GAME 4 - Pang"/>

  <cheat desc="Infinite Time ">
    <script state="on">
      <action>temp0 =maincpu.mw@04F24C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@04F24C=6004</action>
    </script>
    <script state="off">
      <action>maincpu.mw@04F24C=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@04DF94</action>
    </script>
    <script state="run">
      <action>maincpu.mb@04DF94=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@04DF94=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@701547=0A</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@701541=0A</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->