Page 1 of 1

[slspirit] basics

Posted: Wed Apr 15, 2020 2:01 pm
by Pugsy
slspirit.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.ppb@10309D=63</action>
    </script>
  </cheat>

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

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@109EEE=06</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Bombs">
    <script state="run">
      <action>maincpu.ppb@109EEF=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@109F1A=06</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Bombs">
    <script state="run">
      <action>maincpu.ppb@109F1B=09</action>
    </script>
  </cheat>

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