[snes, megamnx2u] Mega Man X2 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, megamnx2u] Mega Man X2 cheats (and clones/parents)

Post by NotAGoodName »

Now that this game actually runs, it seems to work better than on ZSNES. Isn't that wonderful?

Code: Select all

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

  <cheat desc="Infinite Energy"><comment>Disable if you fall down a pit</comment>
    <script state="run">
      <action>maincpu.pb@7E09FF=maincpu.pb@7E1FD1</action>
    </script>
  </cheat>

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

  <cheat desc="Invincible">
    <script state="run">
      <action>maincpu.pb@7E0A43=23</action>
    </script>
  </cheat>

  <cheat desc="Invincible in Robot">
    <script state="run">
      <action>maincpu.pb@7E0CEE=FF</action>
    </script>
  </cheat>

  <cheat desc="Max Health Bar">
    <script state="run">
      <action>maincpu.pb@7E1FD1=20</action>
    </script>
  </cheat>

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

  <cheat desc="Jump Higher in Robot"><comment>Such as under water</comment>
    <script state="run">
      <action>maincpu.pb@7E0CE6=08</action>
    </script>
  </cheat>

  <cheat desc="Have all armor upgrades">
    <script state="run">
      <action>maincpu.pb@7E1FD0=FF</action>
    </script>
  </cheat>

  <cheat desc="Have all Zero Parts">
    <script state="run">
      <action>maincpu.pb@7E1FD6=FF</action>
      <action>maincpu.pb@7E1FD7=FF</action>
      <action>maincpu.pb@7E1FD8=FF</action>
    </script>
  </cheat>

  <cheat desc="Infinite E-Tanks">
    <script state="run">
      <action>maincpu.pb@7E1FB6=FF</action>
      <action>maincpu.pb@7E1FB7=FF</action>
      <action>maincpu.pb@7E1FB8=FF</action>
      <action>maincpu.pb@7E1FB9=FF</action>
    </script>
  </cheat>

  <cheat desc="Infinite Air Dash">
    <script state="run">
      <action>maincpu.pb@7E0A35=01</action>
    </script>
  </cheat>

  <cheat desc="Quick Charge">
    <script state="run">
      <action>maincpu.pb@7E0A55=00</action>
      <action>maincpu.pb@7E0A2F=C9</action>
    </script>
  </cheat>

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

  <cheat desc="Infinite Power CRYTSAL.H"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FBB=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power BUBBLE.S"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FBD=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power SILK.F"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FBF=DC</action>
    </script>
  </cheat>

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

  <cheat desc="Infinite Power S.SLICER"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC3=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.CHAIN"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC5=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power MAGNET.M"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC7=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.BURNER">
    <script state="run">
      <action>maincpu.pb@7E1FC9=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power G.CRUSH">
    <script state="run">
      <action>maincpu.pb@7E1FCB=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power I.TRACER">
    <script state="run">
      <action>maincpu.pb@7E1FCD=DC</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply