[samsho] 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: 117
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[samsho] Update/add. cheats

Post by mezdap »

samsho.xml, samshoh.xml

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.rw@023150</action>
    </script>
    <script state="run">
      <action>maincpu.rw@023150=4A6D</action> <!-- This ROM cheat was made by mezdap -->
    </script>
    <script state="off">
      <action>maincpu.rw@023150=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Select Background">
    <parameter>
      <item value="0x00">Haohmaru</item>
      <item value="0x01">Nakoruru</item>
      <item value="0x02">Hanzo</item>
      <item value="0x03">Galford</item>
      <item value="0x04">Wang-Fu</item>
      <item value="0x05">Ukyo</item>
      <item value="0x06">Kyoshiro</item>
      <item value="0x07">Gen-An</item>
      <item value="0x08">Earthquake</item>
      <item value="0x09">Jubei</item>
      <item value="0x0A">Tamtam</item>
      <item value="0x0B">Charlotte</item>
      <item value="0x0C">Amakusa</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@100A8A=param</action>
    </script>
  </cheat>
Post Reply