[crusnusa] Cruis'n USA (rev L4.1)

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
Abystus
Posts: 539
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

[crusnusa] Cruis'n USA (rev L4.1)

Post by Abystus »

crusnusa.xml

Code: Select all

  <cheat desc="Drive Anywhere">
    <script state="run">
      <action>maincpu.pd@002F68=0C800000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@002F69=0C800000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@002F68=6A01000C</action>
      <action>maincpu.pd@002F69=6A06007E</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [crusnusa] Cruis'n USA (rev L4.1)

Post by Pugsy »

Thanks, added
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)
User avatar
Abystus
Posts: 539
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [crusnusa] Cruis'n USA (rev L4.1)

Post by Abystus »

Updated the "Drive Anywhere" cheat to allow turning around.

crusnusa.xml

Code: Select all

  <cheat desc="Drive Anywhere">
    <comment>Also allows you to turn around. May freeze game when going too far out of bounds.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@002A74</action>
      <action>temp1=maincpu.pd@002F22</action>
      <action>temp2=maincpu.pd@002F68</action>
      <action>temp3=maincpu.pd@002F69</action>
    </script>
    <script state="run">
      <action>maincpu.pd@002A74=0C800000</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@002F22=6A000008</action>
      <action>maincpu.pd@002F68=0C800000</action>
      <action>maincpu.pd@002F69=0C800000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@002A74=temp0</action>
      <action>maincpu.pd@002F22=temp1</action>
      <action>maincpu.pd@002F68=temp2</action>
      <action>maincpu.pd@002F69=temp3</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Drive Past Finish Line">
    <comment>Will freeze game when going too far beyond the finish line.</comment>
    <script state="on">
      <action>temp0=maincpu.pd@004004</action>
    </script>
    <script state="run">
      <action>maincpu.pd@004004=6A000015</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@004004=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [crusnusa] Cruis'n USA (rev L4.1)

Post by Pugsy »

Thanks, added
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