[mirage] Get winning hand Now!

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:

[mirage] Get winning hand Now!

Post by walterh78 »

Code: Select all

<mamecheat version="1">

  <cheat desc="The winning hand cheat must be activated when"/>
  <cheat desc="there are 14 tiles in your hand, then press"/>
  <cheat desc="the RON key ('Z' by default). The tiles do"/>
  <cheat desc="not visually change until you make a move."/>
  <cheat desc=" "/>

  <cheat desc="Get winning hand Now!">
    <script state="on">
      <action>maincpu.pb@173E10=43</action>
      <action>maincpu.pb@173E11=43</action>
      <action>maincpu.pb@173E12=43</action>
      <action>maincpu.pb@173E13=34</action>
      <action>maincpu.pb@173E14=34</action>
      <action>maincpu.pb@173E15=34</action>
      <action>maincpu.pb@173E16=33</action>
      <action>maincpu.pb@173E17=33</action>
      <action>maincpu.pb@173E18=33</action>
      <action>maincpu.pb@173E19=32</action>
      <action>maincpu.pb@173E1A=32</action>
      <action>maincpu.pb@173E1B=32</action>
      <action>maincpu.pb@173E1C=31</action>
      <action>maincpu.pb@173E1D=31</action>
    </script>
  </cheat>

  <cheat desc="Always winning hand">
    <script state="run">
      <action>maincpu.pb@173E10=43</action>
      <action>maincpu.pb@173E11=43</action>
      <action>maincpu.pb@173E12=43</action>
      <action>maincpu.pb@173E13=34</action>
      <action>maincpu.pb@173E14=34</action>
      <action>maincpu.pb@173E15=34</action>
      <action>maincpu.pb@173E16=33</action>
      <action>maincpu.pb@173E17=33</action>
      <action>maincpu.pb@173E18=33</action>
      <action>maincpu.pb@173E19=32</action>
      <action>maincpu.pb@173E1A=32</action>
      <action>maincpu.pb@173E1B=32</action>
      <action>maincpu.pb@173E1C=31</action>
      <action>maincpu.pb@173E1D=31</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@(173E1D - 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@(173E6B - 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="00h       - no tile -"/>
  <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="41h-43h   White,Green+Red 'dragon'"/>

</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: [mirage] Get winning hand Now!

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