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

[victoryc]+ cheats

Post by Pugsy »

victoryc.xml & victorycb.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@4015=99</action>
    </script>
  </cheat>

  <cheat desc="Invincibility"> <comment>Note, this will cuase some graphical corruption at the top of the screeen as the bombs fail to explode</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0FC9</action>
      <action>temp1 =maincpu.mb@0CF1</action>
      <action>temp2 =maincpu.mb@0734</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0FC9=C9</action> <!-- Bombs & Collisions -->
      <action>maincpu.mb@0CF1=C9</action> <!-- Missiles -->
      <action>maincpu.mb@0734=C9</action> <!-- UFOs -->
    </script>
    <script state="off">
      <action>maincpu.mb@0FC9=temp0 </action>
      <action>maincpu.mb@0CF1=temp1 </action>
      <action>maincpu.mb@0734=temp2 </action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@4039=02</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@4041=02</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