Page 1 of 1

[soulclbr] requested basics

Posted: Sun Jul 17, 2011 9:57 pm
by Pugsy
soulclbr.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@003A2D4E=0175</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pw@003A2D4E=0000</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL1">
    <script state="run">
      <action>maincpu.pb@00112222=0F</action>
    </script>
  </cheat>

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

  <cheat desc="Infinite Energy PL2">
    <script state="run">
      <action>maincpu.pb@00113D3E=0F</action>
    </script>
  </cheat>

  <cheat desc="Drain All Energy Now! PL2">
    <script state="on">
      <action>maincpu.pb@00113D3E=00</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Unlock All Characters"> <comment>To make this permeneant, use the 'All Clear' option in 'Data Clear'</comment>
    <script state="run">
      <action>maincpu.pd@803D09A8=FFFFFFFF</action>
      <action>maincpu.pd@803D09AC=FFFFFFFF</action>
      <action>maincpu.pd@803D09B0=FFFFFFFF</action>
    </script>
  </cheat>

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

Re: [soulclbr] requested basics

Posted: Mon Jul 18, 2011 6:53 am
by ReyVGM
Oh, the Finish This Round Now code doesn't work. The value needs to be zero :P

Re: [soulclbr] requested basics

Posted: Mon Jul 18, 2011 3:36 pm
by Pugsy
Oops, copy and paste error there.

Thanks, fixed the above.