[dakkochn] DakkoChan House

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
einstein95
Posts: 17
Joined: Sun Aug 16, 2015 1:15 pm

[dakkochn] DakkoChan House

Post by einstein95 »

Code: Select all

  <cheat desc="Watch 14 tiles - Player">
    <comment>00=none 10-18=characters 20-28=plates 40-48=bamboo 80=east 81=south 82=west 83=north 84=white 85=green 86=red</comment>
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@($C21B + argindex)</argument>
      </output>
    </script>
  </cheat>
 
  <cheat desc="Watch 14 tiles - C.P.U.">
    <comment>00=none 10-18=characters 20-28=plates 40-48=bamboo 80=east 81=south 82=west 83=north 84=white 85=green 86=red</comment>
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@($C258 + argindex)</argument>
      </output>
    </script>
  </cheat>
All credit goes to cuavas (Vas Crabb)
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:

Re: [dakkochn] DakkoChan House

Post by Pugsy »

Thanks for posting them (added), should be easy to convert into a winning hand cheat (like so) but doesn't work that well :(

Code: Select all

  <cheat desc="Get winning hand Now!">
    <script state="on">
      <action>maincpu.pq@C21B=8282818181808080</action>
      <action>maincpu.pd@C223=83838382</action>
      <action>maincpu.pw@C22B=8484</action>
    </script>
  </cheat>
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