[tm] basics

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: 15 times
Contact:

[tm] basics

Post by Pugsy »

Requested, time could possibly do with a bit more work - I should really separate it for the individual games ; just remember to only turn it on when you need it and there should be fewer issues.
First time I've used an output arguement cheat for years....

tm.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@28127F=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time"> <comment>NOTE: When you manually set this cheat OFF it will set the Time to a value so that the game will end quickly, you may need to do this at the start and/or end of certain games to continue.</comment>
    <script state="run">
      <action condition="(maincpu.pw@20000C GT 0010) AND (maincpu.pw@20000C LT 0FFF)">maincpu.pw@20000C=0000</action>
	  <action condition="(maincpu.pw@2003BE GT 0010) AND (maincpu.pw@2003BE LT 0FFF)">maincpu.pw@2003BE=0000</action>
      <action condition="(maincpu.pw@202056 GT 0010) AND (maincpu.pw@202056 LT 0FFF)">maincpu.pw@202056=0000</action>	
      <action condition="(maincpu.pw@203068 GT 0010) AND (maincpu.pw@203068 LT 0FFF)">maincpu.pw@203068=0000</action>	  
    </script>
    <script state="off">
      <action>maincpu.pw@20000C=3FFF</action>
	  <action>maincpu.pw@2003BE=3FFF</action>
	  <action>maincpu.pw@202056=3FFF</action>
      <action>maincpu.pw@203068=(maincpu.pb@203072)-1</action>	  
    </script>	
  </cheat>

  <cheat desc="Display the Correct Answer"> <comment>Use in the Watch Your Language + Wordz Games, disable in other games so that it doesn't obscure the top of the screen</comment>
    <script state="run">
      <output format="Solution : %c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c">
        <argument count="32">maincpu.pb@(20307D + argindex)</argument>
      </output>
	  <output format="           %c%c%c%c%c%c%c%c%c%c">
        <argument count="10">maincpu.pb@(20309D + argindex)</argument>
      </output> 
    </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