[sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

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

[sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Post by Abystus »

Samurai Shodown: Warrior's Rage/ Samurai Spirits 2: Asura Zanmaden

sams64_2.xml

Code: Select all

<cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pw@802F29A2=0725</action>
    </script>
</cheat>

<cheat desc="Finish This Round Now">
    <comment>Will not work with Infinite Time enabled.</comment>
    <script state="on">
      <action>maincpu.pw@802F29A2=0000</action>
    </script>
</cheat>

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.pw@8017CB04=1000</action>
      <action>maincpu.pw@8017CDB0=2400</action>
    </script>
    <script state="off">
      <action>maincpu.pw@8017CB04=1040</action>
      <action>maincpu.pw@8017CDB0=4501</action>
    </script>
</cheat>

<cheat desc="Infinite Health Player 1">
    <script state="run">
      <action>maincpu.pd@802116E0=00010000</action>
    </script>
</cheat>

<cheat desc="Infinite Rage Meter Player 1">
    <script state="run">
      <action>maincpu.pd@802116E8=00010000</action>
    </script>
</cheat>

<cheat desc="One Hit Kills Player 1">
    <comment>Will not work with Infinite Health Player 1 enabled.</comment>
    <script state="on">
      <action>maincpu.pd@802116E0=00000001</action>
    </script>
</cheat>

<cheat desc="Infinite Health Player 2">
    <script state="run">
      <action>maincpu.pd@8021174C=00010000</action>
    </script>
</cheat>

<cheat desc="Infinite Rage Meter Player 2">
    <script state="run">
      <action>maincpu.pd@80211754=00010000</action>
    </script>
</cheat>

<cheat desc="One Hit Kills Player 2">
    <comment>Will not work with Infinite Health Player 2 enabled.</comment>
    <script state="on">
      <action>maincpu.pd@8021174C=00000001</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
ReyVGM
Posts: 152
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanma

Post by ReyVGM »

Thanks abystus!
User avatar
Pugsy
Posts: 3676
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 17 times
Contact:

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanma

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Abystus
Posts: 592
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Post by Abystus »

sams64_2.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@80174184</action>
    </script>
    <script state="run">
      <action>maincpu.pd@80174184=10000005</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@80174184=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.pd@801657C0</action>
    </script>
    <script state="run">
      <action>maincpu.pd@801657C0=1000002E</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@801657C0=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3676
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 17 times
Contact:

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
ReyVGM
Posts: 152
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [sams64_2] Sam Shdwn:War's Rage/ Sam Sprts 2:Asura Zanmaden

Post by ReyVGM »

The "Finish This Round Now" cheat is a bit glitchy. If you have it turned on when the round starts while the timer is at 60, then the timer will just get stuck and the battle will never end.

For the cheat to work, it has to be enabled after the timer counts down at least one number.
Post Reply