[ddealer]

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
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

[ddealer]

Post by walterh78 »

Code: Select all

  <cheat desc="Select CPU Character">
    <parameter min="1" max="4" step="1"/>
    <script state="change">
      <action>maincpu.pb@F02CF=(param-1)</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Set score to 999990 Now! PL1">
    <script state="on">
      <action>maincpu.pb@F3009=99</action>
      <action>maincpu.pw@F300A=9990</action>
    </script>
  </cheat>

  <cheat desc="Set score to 0 Now! PL1">
    <script state="on">
      <action>maincpu.pb@F3009=00</action>
      <action>maincpu.pw@F300A=0000</action>
    </script>
  </cheat>

  <cheat desc="Max Coins PL1 Now!">
    <script state="on">
      <action>maincpu.pb@F3111=26</action>
    </script>
  </cheat>

  <cheat desc="The three cards equals PL1">
    <script state="run">
      <action condition="(maincpu.pb@F3047!=FF)">maincpu.pb@F3043=maincpu.pb@F3047</action>
      <action condition="(maincpu.pb@F3047!=FF)">maincpu.pb@F3045=maincpu.pb@F3047</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Set score to 99990 Now! PL2">
    <script state="on">
      <action>maincpu.pb@F5009=99</action>
      <action>maincpu.pw@F500A=9990</action>
    </script>
  </cheat>

  <cheat desc="Set score to 0 Now! PL2">
    <script state="on">
      <action>maincpu.pb@F5009=00</action>
      <action>maincpu.pw@F500A=0000</action>
    </script>
  </cheat>

  <cheat desc="Max Coins PL2 Now!">
    <script state="on">
      <action>maincpu.pb@F5111=26</action>
    </script>
  </cheat>

  <cheat desc="The three cards equals PL2">
    <script state="run">
      <action condition="(maincpu.pb@F5047!=FF)">maincpu.pb@F5043=maincpu.pb@F5047</action>
      <action condition="(maincpu.pb@F5047!=FF)">maincpu.pb@F5045=maincpu.pb@F5047</action>
    </script>
  </cheat>
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
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:

Re: [ddealer]

Post by Pugsy »

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