[jockeyc][inttoote2] Time Money

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
Slade1972
Posts: 11
Joined: Wed Nov 14, 2018 1:14 pm

[jockeyc][inttoote2] Time Money

Post by Slade1972 »

Two sets of cheats in two days. I have a new found interest in MAME again... The debugger has changed a tonne from the old, old days. And trying to remember that some cpu's are big endian...

Here's a few from some horse racing game I stumble upon. The second is a clone of the first.

jockeyc.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="PL1 9,999 Credits Now!">
    <script state="on">
      <action>:maincpu.pw@FFD04A=270F</action>
    </script>
  </cheat>

  <cheat desc="PL2 9,999 Credits Now!">
    <script state="on">
      <action>:maincpu.pw@FFD04E=270F</action>
    </script>
  </cheat>

  <cheat desc=" Infinite Timer">
    <script state="run">
      <action>:maincpu.pw@FFD28C=1FFC</action>
    </script>
  </cheat>

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

inttoote2.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="PL1 9,999 Credits Now!">
    <script state="on">
      <action>:maincpu.pw@FFD04A=270F</action>
    </script>
  </cheat>

  <cheat desc="PL2 9,999 Credits Now!">
    <script state="on">
      <action>:maincpu.pw@FFD04E=270F</action>
    </script>
  </cheat>

  <cheat desc=" Infinite Timer">
    <script state="run">
      <action>:maincpu.pw@FFD28C=1FFC</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
You can have more credit than provided, but no need to be greedy. I also opted for an "on" cheat, rather than a run cheat. No reason why, just seemed novel. The timer is the count down on the main screen after you start betting.
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:

Re: [jockeyc][inttoote2] Time Money

Post by Pugsy »

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