[timekill] Time Killers (v1.32)

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: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[timekill] Time Killers (v1.32)

Post by Abystus »

timekill.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <script state="on">
      <action>temp0=maincpu.rw@14F14A</action>
    </script>
    <script state="run">
      <action>maincpu.rw@14F14A=602E</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.rw@14F14A=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 554
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

Re: [timekill] Time Killers (v1.32)

Post by Abystus »

timekill.xml

Code: Select all

  <cheat desc="Skip Vs Screen/Stage Display">
    <script state="on">
      <action>temp0=maincpu.rw@150B22</action>
      <action>temp1=maincpu.rw@150B3A</action>
      <action>temp2=maincpu.rw@1514F2</action>
    </script>
    <script state="run">
      <action>maincpu.rw@150B22=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.rw@150B3A=6002</action>
      <action>maincpu.rw@1514F2=6016</action>
    </script>
    <script state="off">
      <action>maincpu.rw@150B22=temp0</action>
      <action>maincpu.rw@150B3A=temp1</action>
      <action>maincpu.rw@1514F2=temp2</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply