[ssriders]+ Sunset Riders 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: 96
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

[ssriders]+ Sunset Riders Add. Cheats

Post by mezdap »

ssriders.xml

[ssriders]+

Code: Select all

  <cheat desc="Skip RAM/ROM Checks"> <comment>Enable it before Soft Reset.Also allows a quicker start-up.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@001BF8</action>
      <action>temp1=maincpu.mw@001C22</action>
      <action>temp2=maincpu.mw@001C44</action>
    </script>
    <script state="run">
      <action condition="(maincpu.mw@001BF8 == FFC6)">maincpu.mw@001BF8=FE22</action>
      <action condition="(maincpu.mw@001C22 == FFC6)">maincpu.mw@001C22=FE22</action>
      <action condition="(maincpu.mw@001C44 == FFC6)">maincpu.mw@001C44=FE22</action>
    </script>
    <script state="off">
      <action>maincpu.mw@001BF8=temp0</action>
      <action>maincpu.mw@001C22=temp1</action>
      <action>maincpu.mw@001C44=temp2</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Enemies Die Automatically">
    <script state="on">
      <action>temp0=maincpu.pw@104317</action>
    </script>
    <script state="run">
      <action>maincpu.pb@104317=01</action>
      <action condition="maincpu.pb@104300 GT 03">maincpu.pb@104318=00</action>
    </script>
    <script state="off">
      <action>maincpu.pw@104317=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Enable Dipsw/Settings"> <comment>Activates on the Game Mode after the intro.</comment>
    <script state="on">
      <action>maincpu.pb@104070=F0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Enable Red Eagle Bird"> <comment>Avoid to activate more than once.</comment>
    <script state="on">
      <action>maincpu.pb@104314=FF</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@104315=00</action>
    </script>
  </cheat>
Last edited by mezdap on Sat Jan 16, 2021 3:22 pm, edited 1 time in total.
mezdap
Posts: 96
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 2 times
Been thanked: 2 times

Re: [ssriders]+ Sunset Riders Add. Cheats

Post by mezdap »

Only for 2 player games.

Code: Select all

  <cheat desc="Infinite Character Select Time">
    <script state="on">
      <action>temp0=maincpu.pb@1061AD</action> <!-- 2 Players -->
    </script>
    <script state="run">
      <action>maincpu.pb@1061AD=FF</action> <!-- 2 Players -->
    </script>
    <script state="off">
      <action>maincpu.pb@1061AD=temp0</action> <!-- 2 Players -->
    </script>
  </cheat>

Code: Select all

  <cheat desc="P1 Select Character">
    <parameter>
      <item value="0x00">Steve</item>
      <item value="0x01">Billy</item>
      <item value="0x02">Bob</item>
      <item value="0x03">Cormano</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@1041A4</action>
    </script>
    <script state="run">
      <action>maincpu.pb@1041A4=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@1041A4=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Select Character">
    <parameter>
      <item value="0x00">Steve</item>
      <item value="0x01">Billy</item>
      <item value="0x02">Bob</item>
      <item value="0x03">Cormano</item>
    </parameter>
    <script state="on">
      <action>temp0=maincpu.pb@1041A5</action>
    </script>
    <script state="run">
      <action>maincpu.pb@1041A5=param</action>
    </script>
    <script state="off">
      <action>maincpu.pb@1041A5=temp0</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [ssriders]+ Sunset Riders Add. Cheats

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply