[trally] Proper speed cheat

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
ArtLine
Posts: 8
Joined: Thu Nov 11, 2010 4:44 pm

[trally] Proper speed cheat

Post by ArtLine »

My first cheat posted here. :) I decide to poke at 10B0C5, where there was a buggy (non-working) speed cheat for this game...

Code: Select all

<cheat desc="Maximum speed auto-pilot"> <comment>Stay in the road though to avoid bouncing car, turn it OFF if your car is bounced! Turn it off too at end of the race!</comment>
    <script state="run">
      <action>maincpu.pw@10B0C5=F000</action> 
    </script>
  </cheat>

 <cheat desc="Get Maximum Speed Boost Now!">
    <script state="on">
      <action>maincpu.pw@10b0c5=F000</action>
    </script>
  </cheat>
Speed will be 238 km/h. Enjoy.
Post Reply