Page 1 of 1

[godzilla] basics

Posted: Sat Sep 27, 2014 4:45 pm
by Pugsy
godzilla.xml

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@10A9F3=63</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action>maincpu.pb@10AC49=78</action>
    </script>
  </cheat>

  <cheat desc="P1 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pb@10AD49=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Max Power">
    <script state="run">
      <action>maincpu.pw@10AC4A=1600</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have No Power">
    <script state="run">
      <action>maincpu.pw@10AC4A=0000</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Lives [1P STORY MODE]">
    <script state="run">
      <action>maincpu.pb@10AA55=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action>maincpu.pb@10AD49=78</action>
    </script>
  </cheat>

  <cheat desc="P2 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pb@10AD49=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have Max Power">
    <script state="run">
      <action>maincpu.pw@10AD4A=1600</action>
    </script>
  </cheat>

  <cheat desc="P1 Always have No Power">
    <script state="run">
      <action>maincpu.pw@10AD4A=0000</action>
    </script>
  </cheat>

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