[wcvol95]+ 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:

[wcvol95]+ cheats

Post by Pugsy »

wcvol95.xml + wcvol95x.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pd@13710C=00000099</action>
    </script>
  </cheat>

  <cheat desc="Infinite Game Time">
    <script state="run">
      <action condition="maincpu.pd@137215 GT 00000001">maincpu.pd@137215=00005959</action>
    </script>
  </cheat>

  <cheat desc="Run Game Time Down Now!">
    <script state="on">
      <action>maincpu.pd@137215=00000001</action>
    </script>
  </cheat>

  <cheat desc="Infinite Serve Time">
    <script state="run">
      <action condition="maincpu.pb@1372F0 LT 3A">maincpu.pw@1372F0=0500</action>
    </script>
  </cheat>

  <cheat desc="Serve Time Up Now!">
    <script state="on">
      <action>maincpu.pw@1372F0=003A</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Select Score">
    <parameter min="0" max="15" step="1"/>
    <script state="change">
      <action>maincpu.pd@137228=(param)</action>
    </script>
  </cheat>

  <cheat desc="P1 Score always = 0">
    <script state="run">
      <action>maincpu.pd@137228=00000000</action>
    </script>
  </cheat>

  <cheat desc="P1 Score always = 15">
    <script state="run">
      <action>maincpu.pd@137228=0000000F</action>
    </script>
  </cheat>

  <cheat desc="P1 Score = 0 Now!">
    <script state="on">
      <action>maincpu.pd@137228=00000000</action>
    </script>
  </cheat>

  <cheat desc="P1 Score = 15 Now!">
    <script state="on">
      <action>maincpu.pd@137228=0000000F</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Select Score">
    <parameter min="0" max="153" step="1"/>
    <script state="change">
      <action>maincpu.pd@13722C=(param)</action>
    </script>
  </cheat>

  <cheat desc="P2 Score always = 0">
    <script state="run">
      <action>maincpu.pd@13722C=00000000</action>
    </script>
  </cheat>

  <cheat desc="P2 Score always = 15">
    <script state="run">
      <action>maincpu.pd@13722C=0000000F</action>
    </script>
  </cheat>

  <cheat desc="P2 Score = 0 Now!">
    <script state="on">
      <action>maincpu.pd@13722C=00000000</action>
    </script>
  </cheat>

  <cheat desc="P2 Score = 15 Now!">
    <script state="on">
      <action>maincpu.pd@13722C=0000000F</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