[bishjan] WIP cheat

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

[bishjan] WIP cheat

Post by walterh78 »

Cheat "Always winning hand" not work because RON key ('Z' by default) isn't mapped (?)

Code: Select all

  <cheat desc="Always winning hand">
    <script state="run">
      <action>maincpu.pb@2002C9=1D</action>
      <action>maincpu.pb@2002CA=1D</action>
      <action>maincpu.pb@2002CB=1D</action>
      <action>maincpu.pb@2002CC=1E</action>
      <action>maincpu.pb@2002CD=1E</action>
      <action>maincpu.pb@2002CE=1E</action>
      <action>maincpu.pb@2002CF=1F</action>
      <action>maincpu.pb@2002D0=1F</action>
      <action>maincpu.pb@2002D1=1F</action>
      <action>maincpu.pb@2002D2=20</action>
      <action>maincpu.pb@2002D3=20</action>
      <action>maincpu.pb@2002D4=20</action>
      <action>maincpu.pb@2002D5=21</action>
      <action>maincpu.pb@200510=21</action> <!-- #14th tile -->
    </script>
  </cheat>
Tiles values

value common name chinese
00h-08h 1-9 'chars' 1-9 'wan'
09h-11h 1-9 'dots' 1-9 'tung'
12h-1Bh 1-9 'bamboo' 1-9 'tiao'
1Bh-1Eh East,South,West+North'
1Fh-21h White,Green+Red 'dragon'
1Fh Red 'dragon'
20h Green 'dragon'
21h White 'dragon'
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
Post Reply