[timetrv]+ lives and auto complete

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:

[timetrv]+ lives and auto complete

Post by Pugsy »

These will make the game a breeze to complete:-

timetrv.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@00794=09</action>
    </script>
  </cheat>

  <cheat desc="Auto Complete"> <comment>You don't have to do anything</comment>
    <script state="run">
      <action>maincpu.mb@D018F=00, maincpu.mb@D019C=00, maincpu.mb@D01A9=00</action>  <!-- This ROM cheat was made by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.mb@D018F=03, maincpu.mb@D019C=03, maincpu.mb@D01A9=03</action>
    </script>
  </cheat>

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

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@00794=09</action>
    </script>
  </cheat>

  <cheat desc="Auto Complete"> <comment>You don't have to do anything</comment>
    <script state="run">
      <action>maincpu.mb@D028F=00, maincpu.mb@D029C=00, maincpu.mb@D02A9=00</action>  <!-- This ROM cheat was made by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.mb@D028F=03, maincpu.mb@D029C=03, maincpu.mb@D02A9=03</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