[gtfore01] 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:

[gtfore01] basics

Post by Pugsy »

I've made the following cheats for all 11 versions of gtfore (all use different memory addresses), however I will only post gtfore01 the others will be in the next cheat release.

gtfore01.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="P1 Infinite Strokes">
    <script state="run">
      <action>maincpu.pb@823EDC88=00</action>
    </script>
  </cheat>

  <cheat desc="P1 Reset Strokes Now!">
    <script state="on">
      <action>maincpu.pb@823EDC88=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Strokes">
    <script state="run">
      <action>maincpu.pb@823EDD50=00</action>
    </script>
  </cheat>

  <cheat desc="P2 Reset Strokes Now!">
    <script state="on">
      <action>maincpu.pb@823EDD50=00</action>
    </script>
  </cheat>

  <cheat desc="P3 Infinite Strokes">
    <script state="run">
      <action>maincpu.pb@823EDE18=00</action>
    </script>
  </cheat>

  <cheat desc="P3 Reset Strokes Now!">
    <script state="on">
      <action>maincpu.pb@823EDE18=00</action>
    </script>
  </cheat>

  <cheat desc="P4 Infinite Strokes">
    <script state="run">
      <action>maincpu.pb@823EDEE0=00</action>
    </script>
  </cheat>

  <cheat desc="P4 Reset Strokes Now!">
    <script state="on">
      <action>maincpu.pb@823EDEE0=00</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.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