[tenthdeg] requested

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: 15 times
Contact:

[tenthdeg] requested

Post by Pugsy »

Requested, hopefully it's not dynamic addresses - too late, too slow and too dull to reload it and check cheat works between loads.

tenthdeg.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action condition="maincpu.pw@8018478C GT 0001">maincpu.pw@8018478C=0DAC</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pw@8018478C=0001</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action>maincpu.pw@80187D00=03E8</action>
      <action>maincpu.pw@80187D04=03E8</action>
    </script>
  </cheat>

  <cheat desc="P1 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pw@80187D00=0000</action>
      <action>maincpu.pw@80187D04=0000</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Maximum Supers">
    <script state="run">
      <action>maincpu.pw@80187B2C=0000</action>
      <action>maincpu.pw@80187B30=0003</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Minimum Supers">
    <script state="run">
      <action>maincpu.pw@80187B2C=0000</action>
      <action>maincpu.pw@80187B30=0000</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Maximum Power">
    <script state="run">
      <action>maincpu.pw@80187B38=1000</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Minimum Power">
    <script state="run">
      <action>maincpu.pw@80187B38=0000</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action>maincpu.pw@80187F90=03E8</action>
      <action>maincpu.pw@80187F94=03E8</action>
    </script>
  </cheat>

  <cheat desc="P2 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pw@80187F90=0000</action>
      <action>maincpu.pw@80187F94=0000</action>
    </script>
  </cheat>

  <cheat desc="P2 Always have Maximum Supers">
    <script state="run">
      <action>maincpu.pw@80187DBC=0000</action>
      <action>maincpu.pw@80187DC0=0003</action>
    </script>
  </cheat>

  <cheat desc="P2 Always have Minimum Supers">
    <script state="run">
      <action>maincpu.pw@80187DBC=0000</action>
      <action>maincpu.pw@80187DC0=0000</action>
    </script>
  </cheat>

  <cheat desc="P2 Always have Maximum Power">
    <script state="run">
      <action>maincpu.pw@80187DC8=0000</action>
    </script>
  </cheat>

  <cheat desc="P2 Always have Minimum Power">
    <script state="run">
      <action>maincpu.pw@80187DC8=0000</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)
Post Reply