Page 1 of 1

[invad2ct] ROM invincibility

Posted: Fri Oct 29, 2010 5:59 pm
by Pugsy
Looking thro the old todo list...

invad2ct.xml:

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@2247=06</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL1">
    <script state="on">
      <action>temp0 =maincpu.mb@1AF8</action>
    </script>
    <script state="run">
      <action>maincpu.mb@1AF8=C9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@1AF8=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@2245=06</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL2">
    <script state="on">
      <action>temp0 =maincpu.mb@1A46</action>
    </script>
    <script state="run">
      <action>maincpu.mb@1A46=C3</action>
    </script>
    <script state="off">
      <action>maincpu.mb@1A46=temp0 </action>
    </script>
  </cheat>

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