[alpines]+ 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
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

[alpines]+ cheats

Post by Pugsy »

alpines.xml & alpinesa.sml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.ppw@E168D2=1770</action>
    </script>
  </cheat>

  <cheat desc="Reset Total Time to 0 Now!">
    <script state="on">
      <action>maincpu.ppd@E16950=00000000</action> <!-- This is a one-shot cheat as otherwise you cant control the player -->
    </script>
  </cheat>

  <cheat desc="Always Get Gates">
    <script state="on">
      <action>temp0 =maincpu.mw@024912</action>
    </script>
    <script state="run">
      <action>maincpu.mw@024912=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@024912=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Go through On-course Objects/Scenery">
    <script state="on">
      <action>temp0 =maincpu.mb@021DC6</action>
      <action>temp1 =maincpu.mb@0225A8</action>
      <action>temp2 =maincpu.mb@0226E2</action>
      <action>temp3 =maincpu.mb@022EA6</action>
      <action>temp4 =maincpu.mw@0222AC</action>
      <action>temp5 =maincpu.mb@023524</action>
      <action>temp6 =maincpu.mw@0211BC</action>
      <action>temp7 =maincpu.mb@0211CC</action>
      <action>temp8 =maincpu.mw@0223E6</action>
    </script>
    <script state="run">
      <action>maincpu.mb@021DC6=60</action>
      <action>maincpu.mb@0225A8=60</action>
      <action>maincpu.mb@0226E2=60</action>
      <action>maincpu.mb@022EA6=60</action>
      <action>maincpu.mw@0222AC=4E71</action>
      <action>maincpu.mb@023524=60</action>
      <action>maincpu.mw@0211BC=4E71</action>
      <action>maincpu.mb@0211CC=60</action>
      <action>maincpu.mw@0223E6=603A</action>
    </script>
    <script state="off">
      <action>maincpu.mb@021DC6=temp0 </action>
      <action>maincpu.mb@0225A8=temp1 </action>
      <action>maincpu.mb@0226E2=temp2 </action>
      <action>maincpu.mb@022EA6=temp3 </action>
      <action>maincpu.mw@0222AC=temp4 </action>
      <action>maincpu.mb@023524=temp5 </action>
      <action>maincpu.mw@0211BC=temp6 </action>
      <action>maincpu.mb@0211CC=temp7 </action>
      <action>maincpu.mw@0223E6=temp8 </action>
    </script>
  </cheat>

  <cheat desc="Go Off Piste"> <comment>Going off the course will cause graphical glitches</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@022F9E</action>
    </script>
    <script state="run">
      <action>maincpu.mb@022F9E=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@022F9E=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.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)
Post Reply