[vcop] 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:

[vcop] cheats

Post by Pugsy »

Very similar to vcop2 just different addresses really

vcop.xml + vcopa.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.ppb@559270=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@50EE70=63</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Ammo">
    <script state="run">
      <action>maincpu.ppb@50EE38=06</action>
    </script>
  </cheat>

  <cheat desc="P1 Select Weapon"> <comment>The Onscreen weapon display will not update when you go to Normal from one of the others, but the weapon effect will</comment>
    <parameter>
      <item value="0x01">Normal</item>
      <item value="0x02">Rifle</item>
      <item value="0x03">Automatic</item>
      <item value="0x04">Machine Gun</item>
      <item value="0x05">Shotgun</item>
      <item value="0x06">Magnum</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppb@50EE88=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@50EE74=63</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Ammo">
    <script state="run">
      <action>maincpu.ppb@50EE3C=06</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Weapon"> <comment>The Onscreen weapon display will not update when you go to Normal from one of the others, but the weapon effect will</comment>
    <parameter>
      <item value="0x01">Normal</item>
      <item value="0x02">Rifle</item>
      <item value="0x03">Automatic</item>
      <item value="0x04">Machine Gun</item>
      <item value="0x05">Shotgun</item>
      <item value="0x06">Magnum</item>
    </parameter>
    <script state="run">
      <action>maincpu.ppb@50EE8C=param</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