[stadhr96]+ cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[stadhr96]+ cheats

Post by Pugsy »

stadhr96.xml, stadhr96j.xml, stadhr96u.xml

Inf Credits uses different addresses, but I've dropped that from this post - it will be in the next release though.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Strikes">
    <script state="run">
      <action>maincpu.pb@01159C8=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Balls">
    <script state="run">
      <action>maincpu.pb@01159CC=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Outs">
    <script state="run">
      <action>maincpu.pb@01159D0=00</action>
    </script>
  </cheat>

  <cheat desc="Set Strikes to 0 Now!">
    <script state="on">
      <action>maincpu.pb@01159C8=00</action>
    </script>
  </cheat>

  <cheat desc="Set Strikes to 2 Now!">
    <script state="on">
      <action>maincpu.pb@01159C8=02</action>
    </script>
  </cheat>

  <cheat desc="Set Balls to 0 Now!">
    <script state="on">
      <action>maincpu.pb@01159CC=00</action>
    </script>
  </cheat>

  <cheat desc="Set Balls to 3 Now!">
    <script state="on">
      <action>maincpu.pb@01159CC=03</action>
    </script>
  </cheat>

  <cheat desc="Set Outs to 0 Now!">
    <script state="on">
      <action>maincpu.pb@01159D0=00</action>
    </script>
  </cheat>

  <cheat desc="Set Outs to 2 Now!">
    <script state="on">
      <action>maincpu.pb@01159D0=02</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Select Score">
    <parameter min="0" max="99" step="1"/>
    <script state="change">
      <action>maincpu.pb@010CECC=(param)</action>
    </script>
  </cheat>

  <cheat desc="P1 Score always = 0">
    <script state="run">
      <action>maincpu.pb@010CECC=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Score always = 99">
    <script state="run">
      <action>maincpu.pb@010CECC=63</action>
    </script>
  </cheat>

  <cheat desc="P1 Set score = 0 Now!">
    <script state="on">
      <action>maincpu.pb@010CECC=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Set score = 50 Now!">
    <script state="on">
      <action>maincpu.pb@010CECC=32</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Select Score">
    <parameter min="0" max="99" step="1"/>
    <script state="change">
      <action>maincpu.pb@010D0CC=(param)</action>
    </script>
  </cheat>

  <cheat desc="P2 Score always = 0">
    <script state="run">
      <action>maincpu.pb@010D0CC=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Score always = 99">
    <script state="run">
      <action>maincpu.pb@010D0CC=63</action>
    </script>
  </cheat>

  <cheat desc="P2 Set score = 0 Now!">
    <script state="on">
      <action>maincpu.pb@010D0CC=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Set score = 50 Now!">
    <script state="on">
      <action>maincpu.pb@010D0CC=32</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.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply