Page 1 of 1

Sound Test Cheats - Uncle Poo

Posted: Fri Mar 19, 2010 6:01 pm
by Tafoid
Uncle Poo (unclepoo)

Code: Select all

<mamecheat version="1">
  <cheat desc="Sound Test">
  <parameter min="1" max="21" step="1"/>
    <script state="change">
    <action>maincpu.pb@b400=param-1</action>
    </script>
  </cheat>
</mamecheat>

Re: Sound Test Cheats - Uncle Poo

Posted: Sat Mar 20, 2010 1:35 pm
by Pugsy
Thanks, added.

Here's the current cheats for unclepoo

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@9443=5A</action>
    </script>
  </cheat>

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

  <cheat desc="No Bad Sprite-Sprite Collisions"> <comment>Water can still kill you</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@369C</action>
    </script>
    <script state="run">
      <action>maincpu.mb@369C=C9</action> <!-- Collisions with baddies -->
    </script>
    <script state="off">
      <action>maincpu.mb@369C=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@943E=04</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@943F=04</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Skip ROM Checks">
    <script state="on">
      <action>temp0 =maincpu.mb@4DB7</action>
    </script>
    <script state="run">
      <action>maincpu.mb@4DB7=18</action>
    </script>
    <script state="off">
      <action>maincpu.mb@4DB7=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Sound Test">
  <parameter min="1" max="21" step="1"/>
    <script state="change">
      <action>maincpu.pb@B400=param-1</action>
    </script>
  </cheat>

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