[rltennis] cheats

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:

[rltennis] cheats

Post by Pugsy »

I hate tennis games....

rltennis.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@20920D=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite 'Game' Time">
    <script state="run">
      <action>maincpu.pw@209208=03E7</action>
    </script>
  </cheat>

  <cheat desc="Infinite 'Serve' Time">
    <script state="run">
      <action>maincpu.pb@209205=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Set Score to 40-0 Now! PL1">
    <script state="on">
      <action>maincpu.pb@2081AD=03</action>
      <action>maincpu.pb@2081AF=00</action>
    </script>
  </cheat>

  <cheat desc="Select 'Game' Score Now! PL1">
    <parameter>
      <item value="0x00">0</item>
      <item value="0x01">15</item>
      <item value="0x02">30</item>
      <item value="0x03">40</item>
    </parameter>
    <script state="change">
      <action>maincpu.pb@2081AD=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Set Score to 40-0 Now! PL2">
    <script state="on">
      <action>maincpu.pb@2081AD=00</action>
      <action>maincpu.pb@2081AF=03</action>
    </script>
  </cheat>

  <cheat desc="Select 'Game' Score Now! PL2">
    <parameter>
      <item value="0x00">0</item>
      <item value="0x01">15</item>
      <item value="0x02">30</item>
      <item value="0x03">40</item>
    </parameter>
    <script state="change">
      <action>maincpu.pb@2081AF=param</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