Sound Test Cheats - Uncle Poo

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Sound Test Cheats - Uncle Poo

Post 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>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: Sound Test Cheats - Uncle Poo

Post 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. -->
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply