Page 1 of 1

[hotshock]+ Added ROM Invincibility and inf credits

Posted: Mon Mar 29, 2010 4:03 pm
by Pugsy
hotshock.xml & hotshockb.xml

Code: Select all

<mamecheat version="1">

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

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

  <cheat desc="Infinite Wire">
    <script state="run">
      <action>maincpu.pb@4104=FD</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mw@19FD</action>
      <action>temp1 =maincpu.mb@1A3B</action>
      <action>temp2 =maincpu.mb@1B48</action>
    </script>
    <script state="run">
      <action>maincpu.mw@19FD=19FF</action> <!-- Sparks -->
      <action>maincpu.mb@1A3B=C9</action> <!-- Lightbulbs -->
      <action>maincpu.mb@1B48=C9</action> <!-- Bad Ducks -->
    </script>
    <script state="off">
      <action>maincpu.mw@19FD=temp0 </action>
      <action>maincpu.mb@1A3B=temp1 </action>
      <action>maincpu.mb@1B48=temp2 </action>
    </script>
  </cheat>

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