[janyuki] Jong Yu Ki (Japan)

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
TabihitoGaiden
Posts: 40
Joined: Fri May 05, 2006 6:29 pm
Location: Still Wandering...
Contact:

[janyuki] Jong Yu Ki (Japan)

Post by TabihitoGaiden »

Here are the codes for a winning hand, and the watch player/CPU hands ones as well. Curiously enough, they're all the same as in "[jantouki] Jong Tou Ki (Japan)", tested and working. The last two tiles seem to look slightly odd in both games when used, but they're fine. In any case, here they are.

Code: Select all

  <cheat desc="Get winning hand Now!">
    <script state="on">
      <action>maincpu.pd@7001=32313131</action>
      <action>maincpu.pd@7005=33333232</action>
      <action>maincpu.pd@7009=34343433</action>
      <action>maincpu.pw@700D=3535</action>
    </script>
  </cheat>

  <cheat desc="Always winning hand">
    <script state="run">
      <action>maincpu.pd@7001=32313131</action>
      <action>maincpu.pd@7005=33333232</action>
      <action>maincpu.pd@7009=34343433</action>
      <action>maincpu.pw@700D=3535</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@(7001 + 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@(700F + argindex)</argument>
      </output>
    </script>
  </cheat>
The journey never ends, as the traveler goes on... into another side tale.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [janyuki] Jong Yu Ki (Japan)

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