[samsho5] Update/add. cheat

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
mezdap
Posts: 122
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[samsho5] Update/add. cheat

Post by mezdap »

samsho5.xml, samsho5b.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.rw@01A074</action>
    </script>
    <script state="run">
      <action>maincpu.rw@01A074=8400</action> <!-- This ROM cheat was made by mezdap -->
    </script>
    <script state="off">
      <action>maincpu.rw@01A074=temp0</action>
    </script>
  </cheat>
mezdap
Posts: 122
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

Re: [samsho5] Update/add. cheat

Post by mezdap »

samsho5a.xml, samsho5h.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.rw@01A03E</action>
    </script>
    <script state="run">
      <action>maincpu.rw@01A03E=8400</action> <!-- This ROM cheat was made by mezdap -->
    </script>
    <script state="off">
      <action>maincpu.rw@01A03E=temp0</action>
    </script>
  </cheat>
Post Reply