[mk3ghw] Basic cheats

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
stephh
Posts: 601
Joined: Fri Aug 17, 2001 1:00 am
Location: Paris, France

[mk3ghw] Basic cheats

Post by stephh »

You know how much I "love" such ?#! games (even more when it's a crappy bootleg), but here are the basic cheats for a game I didn't see in the 0.137 collection :

mk3ghw :

Code: Select all

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@FFFD02=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pd@FFF5A2=00090009</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL1">
    <script state="run">
      <action>maincpu.pb@FFF865=A6</action>
    </script>
  </cheat>

  <cheat desc="Drain all Energy Now! PL1"> <comment>(Use AFTER fight start!)</comment>
    <script state="on">
      <action>maincpu.pb@FFF865=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL2">
    <script state="run">
      <action>maincpu.pb@FFF9D7=A6</action>
    </script>
  </cheat>

  <cheat desc="Drain all Energy Now! PL2"> <comment>(Use AFTER fight start!)</comment>
    <script state="on">
      <action>maincpu.pb@FFF9D7=00</action>
    </script>
  </cheat>
I now let you find the characters and/or the special moves :wink: Evil Bonze whistles ...

Image Steph from The Ultimate Patchers Image
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

Re: [mk3ghw] Basic cheats

Post by NotAGoodName »

Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply