[turbo] tidy up

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
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:

[turbo] tidy up

Post by Pugsy »

Fixed Invincibility issues and added credits and speed cheats

turbo.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@F212=63</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@43A8</action>
      <action>temp1 =maincpu.mb@43C5</action>
    </script>
    <script state="run">
      <action>maincpu.mb@43A8=00</action> <!-- Sprite to Background collisions -->
      <action>maincpu.mb@43C5=18</action> <!-- Sprite to Sprite collisions -->
    </script>
    <script state="off">
      <action>maincpu.mb@43A8=temp0 </action>
      <action>maincpu.mb@43C5=temp1 </action>
    </script>
  </cheat>

  <cheat desc="Always drive at Max Speed">
    <script state="run">
      <action>maincpu.pb@F115=48</action>
      <action>maincpu.pb@F263=E9</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
turboa.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@F212=63</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@43AA</action>
      <action>temp1 =maincpu.mb@43C7</action>
    </script>
    <script state="run">
      <action>maincpu.mb@43AA=00</action> <!-- Sprite to Background collisions -->
      <action>maincpu.mb@43C7=18</action> <!-- Sprite to Sprite collisions -->
    </script>
    <script state="off">
      <action>maincpu.mb@43AA=temp0 </action>
      <action>maincpu.mb@43C7=temp1 </action>
    </script>
  </cheat>

  <cheat desc="Always drive at Max Speed">
    <script state="run">
      <action>maincpu.pb@F115=48</action>
      <action>maincpu.pb@F263=E9</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
turbob.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@F212=63</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@4387</action>
      <action>temp1 =maincpu.mb@43A4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@4387=00</action> <!-- Sprite to Background collisions -->
      <action>maincpu.mb@43A4=18</action> <!-- Sprite to Sprite collisions -->
    </script>
    <script state="off">
      <action>maincpu.mb@4387=temp0 </action>
      <action>maincpu.mb@43A4=temp1 </action>
    </script>
  </cheat>

  <cheat desc="Always drive at Max Speed">
    <script state="run">
      <action>maincpu.pb@F115=48</action>
      <action>maincpu.pb@F263=E9</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