[snes, megaman7u] Mega Man VII cheats (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[snes, megaman7u] Mega Man VII cheats (and clones/parents)

Post by NotAGoodName »

It sure would be nice to have some brand spanking new computer for this game. Why? Because the intro sequence on the first stage features what feels like 3 minutes of completely uncontrollable cut scene and I can only turbo to about 250%. It's a damn good thing that this game is so fun and beautiful. It's yet another shining example of the SNES CPU being brought to its knees by normal game play. Try burning the trees on Slashman's stage. And then wish you hadn't.

Code: Select all

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@7E0B81=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>maincpu.pb@7E0C2E=FF</action>
    </script>
  </cheat>

  <cheat desc="Invincible"><comment>Flickers</comment>
    <script state="run">
      <action>maincpu.pb@7E0C2F=FF</action>
    </script>
  </cheat>

  <cheat desc="Jump Higher"><comment>Such as under water</comment>
    <script state="run">
      <action>maincpu.pb@7E0C1C=10</action>
    </script>
  </cheat>

  <cheat desc="Quick charge">
    <script state="run">
      <action condition="maincpu.pb@7E0C5F GT 0">maincpu.pb@7E0C5F=EF</action>
    </script>
  </cheat>

  <cheat desc="No shot limit">
    <script state="run">
      <action>maincpu.pb@7E0BC8=00</action>
      <action>maincpu.pb@7E0C32=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Double Jumps"><comment>With Rush Armor</comment>
    <script state="run">
      <action>maincpu.pb@7E0C77=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Bolts">
    <script state="run">
      <action>maincpu.pb@7E0BA6=FF</action>
    </script>
  </cheat>

  <cheat desc="All Items">
    <script state="run">
      <action>maincpu.pb@7E0BA0=FF</action>
      <action>maincpu.pb@7E0BA1=FF</action>
      <action>maincpu.pb@7E0BA2=FF</action>
      <action>maincpu.pb@7E0BA3=84</action>
      <action>maincpu.pb@7E0BA4=FF</action>
      <action>maincpu.pb@7E0BA8=FF</action>
    </script>
  </cheat>

  <cheat desc="Protoman Palette"><comment>Useless</comment>
    <script state="run">
      <action>maincpu.pb@7E0C5E=0A</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power FREEZE.C"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B85=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power T.BOLT"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B87=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power J.SHIELD"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B89=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.WHEEL"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B8B=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.CLAW"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B8D=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power NOISE.C"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B8F=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power D.WRAP"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B91=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power W.COIL"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E0B93=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power P.SHIELD">
    <script state="run">
      <action>maincpu.pb@7E0B95=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power R.SEARCH">
    <script state="run">
      <action>maincpu.pb@7E0B97=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power R.JET">
    <script state="run">
      <action>maincpu.pb@7E0B99=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power R.COIL">
    <script state="run">
      <action>maincpu.pb@7E0B9B=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite BEAT?"><comment>Removed or unimplemented</comment>
    <script state="run">
      <action>maincpu.pb@7E0B9D=9C</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.ADAPT">
    <script state="run">
      <action>maincpu.pb@7E0B9F=9C</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply