[megadriv, sonic2] Sonic the Hedgehog 2 more cheats (and clo

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:

[megadriv, sonic2] Sonic the Hedgehog 2 more cheats (and clo

Post by NotAGoodName »

I think I took some of these from mt_sonic2 which was a result of cheats I had posted prior anyways.

Code: Select all

  <cheat desc="Never Drown">
    <script state="run">
      <action>maincpu.pb@FFB028=1E</action>
    </script>
  </cheat>

  <cheat desc="Always have Super Glow">
    <script state="run">
      <action>maincpu.pb@FFF65F=FF</action>
    </script>
  </cheat>

  <cheat desc="Always have Super Sonic"> <comment>Gives you the Super Sonic sprite and jump height.</comment>
    <script state="run">
      <action>maincpu.pb@FFFE19=FF</action>
    </script>
  </cheat>

  <cheat desc="Always have Tails in Every Level">
    <script state="run">
      <action condition="maincpu.pw@FFB040==0000 and maincpu.pb@FFB000==01">maincpu.pw@FFB048=maincpu.pw@FFB008</action>
      <action condition="maincpu.pw@FFB040==0000 and maincpu.pb@FFB000==01">maincpu.pw@FFB04C=maincpu.pw@FFB00C</action>
      <action condition="maincpu.pw@FFB040==0000 and maincpu.pb@FFB000==01">maincpu.pw@FFB040=0284</action>
    </script>
  </cheat>

  <cheat desc="Select Speed">
    <parameter>
      <item value="0x06">Default</item>
      <item value="0x08">Super Knuckles</item>
      <item value="0x0A">Super Sonic</item>
      <item value="0x0C">Shoes</item>
      <item value="0x0F">Blazing Fast</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FFF760=param</action>
    </script>
  </cheat>

  <cheat desc="Select Acceleration">
    <parameter>
      <item value="0x0C">Default</item>
      <item value="0x18">Shoes \ Super Knuckles</item>
      <item value="0x30">Super Sonic</item>
      <item value="0x50">Blazing Fast</item>
      <item value="0xFF">Instant</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FFF763=param</action>
    </script>
  </cheat>

  <cheat desc="Select Speed (TAILS)">
    <parameter>
      <item value="0x06">Default</item>
      <item value="0x08">Super Knuckles</item>
      <item value="0x0A">Super Sonic</item>
      <item value="0x0C">Shoes</item>
      <item value="0x0F">Blazing Fast</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FFFEC0=param</action>
    </script>
  </cheat>

  <cheat desc="Select Acceleration (TAILS)">
    <parameter>
      <item value="0x0C">Default</item>
      <item value="0x18">Shoes \ Super Knuckles</item>
      <item value="0x30">Super Sonic</item>
      <item value="0x50">Blazing Fast</item>
      <item value="0xFF">Instant</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@FFFEC3=param</action>
    </script>
  </cheat>

  <cheat desc="Get All Chaos Emeralds Now!"> <comment>Enable to change into Super Sonic at having over 50 rings</comment>
    <script state="on">
      <action>maincpu.pd@FEFFB1=07FFFFFF</action>
      <action>maincpu.pd@FEFFB5=FFFFFFFF</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply