[msh] Marvel Super Heroes (Euro 951024)

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
Abystus
Posts: 591
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times

[msh] Marvel Super Heroes (Euro 951024)

Post by Abystus »

msh.xml

Code: Select all

  <cheat desc="Allow Fighting Before Round Starts">
    <script state="on">
      <action>temp0=maincpu.ow@00CAA2</action>
      <action>temp1=maincpu.ow@00CAA6</action>
    </script>
    <script state="run">
      <action>maincpu.ow@00CAA2=0008</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.ow@00CAA6=0001</action>
    </script>
    <script state="off">
      <action>maincpu.ow@00CAA2=temp0</action>
      <action>maincpu.ow@00CAA6=temp1</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply