[samsho3] Update/add. 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
mezdap
Posts: 131
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[samsho3] Update/add. cheats

Post by mezdap »

samsho3.xml

Code: Select all

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

Re: [samsho3] Update/add. cheats

Post by mezdap »

samsho3h.xml, fswords.xml

Code: Select all

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

Re: [samsho3] Reselect character

Post by mezdap »

samsho3.xml

Code: Select all

  <cheat desc="Reselect Character"> <comment>Lets you reselect character on the select screen for P1 and P2.</comment>
    <script state="on">
      <action>temp0=maincpu.rw@00779A</action>
      <action>temp1=maincpu.rw@0077DA</action>
    </script>
    <script state="run">
      <action>maincpu.rw@00779A=0012</action> <!-- This ROM cheat was made by mezdap -->
      <action>maincpu.rw@0077DA=0012</action>
	</script>
    <script state="off">
      <action>maincpu.rw@00779A=temp0</action>
      <action>maincpu.rw@0077DA=temp1</action>
    </script>
  </cheat>
mezdap
Posts: 131
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

Re: [samsho3] Update/add. cheats

Post by mezdap »

samsho3h.xml, fswords.xml

Code: Select all

  <cheat desc="Reselect Character"> <comment>Lets you reselect character on the select screen for P1 and P2.</comment>
    <script state="on">
      <action>temp0=maincpu.rw@0077CE</action>
      <action>temp1=maincpu.rw@00780E</action>
    </script>
    <script state="run">
      <action>maincpu.rw@0077CE=0012</action> <!-- This ROM cheat was made by mezdap -->
      <action>maincpu.rw@00780E=0012</action>
	</script>
    <script state="off">
      <action>maincpu.rw@0077CE=temp0</action>
      <action>maincpu.rw@00780E=temp1</action>
    </script>
  </cheat>
Post Reply