[jchan] Jackie Chan - The Kung-Fu Master

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
User avatar
Abystus
Posts: 591
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times

[jchan] Jackie Chan - The Kung-Fu Master

Post by Abystus »

jchan.xml

Code: Select all

  <cheat desc="P2 Hit Anywhere">
    <script state="on">
      <action>temp0=maincpu.mw@04985A</action>
      <action>temp1=maincpu.mw@049880</action>
    </script>
    <script state="run">
      <action>maincpu.mw@04985A=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@049880=6002</action>
    </script>
    <script state="off">
      <action>maincpu.mw@04985A=temp0</action>
      <action>maincpu.mw@049880=temp1</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P1 Disable Blocking">
    <script state="on">
      <action>temp0=maincpu.mw@049A1A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@049A1A=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@049A1A=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="P2 Disable Blocking">
    <script state="on">
      <action>temp0=maincpu.mw@04A242</action>
    </script>
    <script state="run">
      <action>maincpu.mw@04A242=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@04A242=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@022A18</action>
    </script>
    <script state="run">
      <action>maincpu.mw@022A18=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@022A18=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
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: [jchan] Jackie Chan - The Kung-Fu Master

Post by Pugsy »

Thanks, added (+offsetted for jchana)
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)
User avatar
Abystus
Posts: 591
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 5 times
Been thanked: 59 times

Re: [jchan] Jackie Chan - The Kung-Fu Master

Post by Abystus »

jchan.xml

Code: Select all

  <cheat desc="Allow Fighting Before Round Starts">
    <script state="on">
      <action>temp0=maincpu.mw@022446</action>
      <action>temp1=maincpu.mw@023E5A</action>
      <action>temp2=maincpu.mw@0240D6</action>
    </script>
    <script state="run">
      <action>maincpu.mw@022446=4E71</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@023E5A=6002</action>
      <action>maincpu.mw@0240D6=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@022446=temp0</action>
      <action>maincpu.mw@023E5A=temp1</action>
      <action>maincpu.mw@0240D6=temp2</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
Post Reply