[snes, tmnttfu] TMNT Tournament Fighters cheats (and clones/

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, tmnttfu] TMNT Tournament Fighters cheats (and clones/

Post by NotAGoodName »

This might just be one of the few games that I envied as a Sega Genesis owner. Fortunately, I had the NES version which might just have been one of my favorite NES games ever.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@7E008E=60</action>
    </script>
  </cheat>
  <cheat desc="UAs in Story Mode">
    <script state="run">
      <action>maincpu.pb@7E1F98=01</action>
    </script>
  </cheat>
  <cheat desc="All Stages Enabled">
    <script state="run">
      <action>maincpu.pb@7E00C4=03</action>
      <action>maincpu.pb@7E1F9C=01</action>
    </script>
  </cheat>
  <cheat desc="Bosses Enabled">
    <script state="run">
      <action>maincpu.pb@7E1F94=01</action>
    </script>
  </cheat>
  <cheat desc="Hi-Speed 3 Enabled"> <comment>Must be selected in options</comment>
    <script state="run">
      <action>maincpu.pb@7E1F9A=01</action>
    </script>
  </cheat>
<cheat desc="-----"/>
  <cheat desc="Infinite Energy P1">
    <script state="run">
      <action>maincpu.pb@7E0EE4=60</action>
      <action>maincpu.pb@7E1AAA=60</action>
      <action>maincpu.pb@7E1AAE=60</action>
    </script>
  </cheat>
 <cheat desc="Infinite Power P1">
    <script state="run">
      <action>maincpu.pb@7E1AC4=60</action>
      <action>maincpu.pb@7E1AC0=60</action>
    </script>
  </cheat>
 <cheat desc="Alternate Color P1">
    <script state="run">
      <action>maincpu.pb@7E1AE0=01</action>
    </script>
  </cheat>
  <cheat desc="Character Select P1">
	<parameter>
		<item value="0x00">Leo</item>
		<item value="0x01">Mike</item>
		<item value="0x02">Don</item>
		<item value="0x03">Raph</item>
		<item value="0x04">War</item>
		<item value="0x05">Aska</item>
		<item value="0x06">Wing Nut</item>
		<item value="0x07">Armaggon</item>
		<item value="0x08">Chrome Dome</item>
		<item value="0x09">Shredder</item>
		<item value="0x0A">#Ratking</item>
		<item value="0x0B">#Karai</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1AB0=param</action>
    </script>
  </cheat>
<cheat desc="-----"/>
  <cheat desc="Infinite Energy P2">
    <script state="run">
      <action>maincpu.pb@7E0FC4=60</action>
      <action>maincpu.pb@7E1AFA=60</action>
      <action>maincpu.pb@7E1AFE=60</action>
    </script>
  </cheat>
 <cheat desc="Infinite Power P2">
    <script state="run">
      <action>maincpu.pb@7E1B14=60</action>
      <action>maincpu.pb@7E1B10=60</action>
    </script>
  </cheat>
 <cheat desc="Alternate Color P2">
    <script state="run">
      <action>maincpu.pb@7E1B30=01</action>
    </script>
  </cheat>
  <cheat desc="Character Select P2">
	<parameter>
		<item value="0x00">Leo</item>
		<item value="0x01">Mike</item>
		<item value="0x02">Don</item>
		<item value="0x03">Raph</item>
		<item value="0x04">War</item>
		<item value="0x05">Aska</item>
		<item value="0x06">Wing Nut</item>
		<item value="0x07">Armaggon</item>
		<item value="0x08">Chrome Dome</item>
		<item value="0x09">Shredder</item>
		<item value="0x0A">#Ratking</item>
		<item value="0x0B">#Karai</item>
	</parameter>
    <script state="run">
      <action>maincpu.pb@7E1B00=param</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply