[shtrider]+shtriderb

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
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[shtrider]+shtriderb

Post by Pugsy »

Replaces the single Fuel cheat, Invincibility has been tested as much as possible - I think I have neutralised the truck death but as you rarely see it I've not been able to test that expect of the Invincibility cheat.

These cheats work for shtrider + shtriderb, the ROM Invincibility addresses differ for shtridera but no point in posting them here they will be in the 0.155 release which I expect will be in the next few days....

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@E000=99</action>
    </script>
  </cheat>

  <cheat desc="Infinite Fuel">
    <script state="run">
      <action>maincpu.pb@E4C9=64</action>
    </script>
  </cheat>

  <cheat desc="One Touch Bumps"> <comment>Note, this is the feature you get after filling up so you can destroy other riders with a single bump - your rider will be yellow instead of red.</comment>
    <script state="run">
      <action>maincpu.pb@E2A7=01</action>
      <action>maincpu.pb@E2CC=01</action>
    </script>
  </cheat>

  <cheat desc="Invincibility"> <comment>If you stop on the edge of the road/screen you may need to disable this cheat to get moving again</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@38C1</action>
      <action>temp1 =maincpu.mb@1B13</action>
      <action>temp2 =maincpu.mb@1859</action>
      <action>temp3 =maincpu.mb@4977</action>
    </script>
    <script state="run">
      <action>maincpu.mb@38C1=C9</action>
      <action>maincpu.mb@1B13=C3</action> <!-- Background 1 - Includes Logs and Off road -->
      <action>maincpu.mb@1859=C3</action> <!-- Background 2 - edge of the road/screen (see note_ -->
      <action>maincpu.mb@4977=C3</action> <!-- Lorry - untested -->
    </script>
    <script state="off">
      <action>maincpu.mb@38C1=temp0 </action>
      <action>maincpu.mb@1B13=temp1 </action>
      <action>maincpu.mb@1859=temp2 </action>
      <action>maincpu.mb@4977=temp3 </action>
    </script>
  </cheat>

  <cheat desc="Empty Roads"> <comment>This gives you 250 Bumps all the time which means you get empty roads</comment>
    <script state="on">
      <action>temp0 =maincpu.pb@E4CA</action>
    </script>
    <script state="run">
      <action>maincpu.pb@E4CA=FA</action>
    </script>
    <script state="off">
      <action>maincpu.pb@E4CA=temp0 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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