[kakumei2]

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:

[kakumei2]

Post by walterh78 »

Another Mahjong Cheat:

kakumei2

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@F07D7=99</action>
    </script>
  </cheat>

  <cheat desc="Select Player Team"> <comment>Select LEACHES TEAM can cause graphical glitches</comment>
    <parameter>
      <item value="0x00">CHANTA TEAM</item>
      <item value="0x01">DORA GUN DAN</item>
      <item value="0x02">EASOU SHUNTU TEAM</item>
      <item value="0x03">FUPAI HOUIRUS</item>
      <item value="0x04">GIHAI ANCOUS</item>
      <item value="0x05">HANCHAN TOITSU Q DAN</item>
      <item value="0x06">LEACHES</item>
    </parameter>
    <script state="change">
      <action>maincpu.pb@F1049=param</action>
    </script>
  </cheat>

  <cheat desc="Select CPU Team">
    <parameter>
      <item value="0x00">CHANTA TEAM</item>
      <item value="0x01">DORA GUN DAN</item>
      <item value="0x02">EASOU SHUNTU TEAM</item>
      <item value="0x03">FUPAI HOUIRUS</item>
      <item value="0x04">GIHAI ANCOUS</item>
      <item value="0x05">HANCHAN TOITSU Q DAN</item>
      <item value="0x06">LEACHES</item>
    </parameter>
    <script state="change">
      <action>maincpu.pb@F104D=param</action>
    </script>
  </cheat>

  <cheat desc="Select Starting Stage"> <comment>Enable on the character selection screen</comment>
    <parameter min="1" max="6" step="1"/>
      <script state="change">
        <action>maincpu.pb@F077D=(param-1)</action>
      </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="Be sure to set winning hand before the Mahjong game starts"/>
  <cheat desc=" "/>

  <cheat desc="Always winning hand">
    <script state="run">
      <action>maincpu.pd@F0692=00300030</action>
      <action>maincpu.pd@F0696=00310031</action>
      <action>maincpu.pd@F069A=00310034</action>
      <action>maincpu.pd@F069E=00340034</action>
      <action>maincpu.pd@F06A2=00350035</action>
      <action>maincpu.pd@F06A6=00350036</action>
      <action>maincpu.pd@F06AA=00360036</action>
      <action>maincpu.pb@F336B=36</action>
    </script>
  </cheat>

  <cheat desc="Watch ALL 14 tiles - Player">
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@(F0693 + 0x02*argindex)</argument>
      </output>
    </script>
  </cheat>

  <cheat desc="Watch ALL 14 tiles - C.P.U.">
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@(F06B3 + 0x02*argindex)</argument>
      </output>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="Here is the look-up list for the above watches."/>
  <cheat desc="value     common name    chinese"/>
  <cheat desc="01h-09h   1-9 'chars'    1-9 'wan'"/>
  <cheat desc="11h-19h   1-9 'dots'     1-9 'tung'"/>
  <cheat desc="21h-29h   1-9 'bamboo'   1-9 'tiao'"/>
  <cheat desc="31h-34h   East,South,West+North 'wind'"/>
  <cheat desc="35h-37h   White,Green+Red 'dragon'"/>
  <cheat desc="FFh       - no tile -"/>

</mamecheat>
"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: [kakumei2]

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