[mutantf] Mutant Fighter - Super meter and Character select

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
pasky13
Posts: 27
Joined: Wed Nov 08, 2006 8:31 am

[mutantf] Mutant Fighter - Super meter and Character select

Post by pasky13 »

Character Select P1/P2:

Code: Select all

  <cheat desc="Select Character PL1"> <comment>Do not use bosses during main character select screen.  Graphical glitches occur until character dies or next match.</comment>
    <parameter>
      <item value="0x00">Fighter</item>
      <item value="0x01">Amazoness</item>
      <item value="0x02">Hercules</item>
      <item value="0x03">Werewolf</item>
      <item value="0x04">Minotaur</item>
      <item value="0x05">Golem</item>
	  <item value="0x0B">Beast</item>
      <item value="0x07">Dragon</item>
      <item value="0x06">Hydra</item>
	  <item value="0x08">Doppleganger</item>
      <item value="0x09">Pazuzu</item>
      <item value="0x0A">Archmage</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@1001D3=param</action>
	  <action>maincpu.pb@100137=param</action>
    </script>
</cheat>

<cheat desc="Select Character PL2"> <comment>Do not use bosses during main character select screen.  Graphical glitches occur until character dies or next match.</comment>
    <parameter>
      <item value="0x00">Fighter</item>
      <item value="0x01">Amazoness</item>
      <item value="0x02">Hercules</item>
      <item value="0x03">Werewolf</item>
      <item value="0x04">Minotaur</item>
      <item value="0x05">Golem</item>
	  <item value="0x0B">Beast</item>
      <item value="0x07">Dragon</item>
      <item value="0x06">Hydra</item>
	  <item value="0x08">Doppleganger</item>
      <item value="0x09">Pazuzu</item>
      <item value="0x0A">Archmage</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@100177=param</action>
	  <action>maincpu.pb@100273=param</action>
    </script>
  </cheat>
Infinite Super P1/P2:

Code: Select all

<cheat desc="Infinite Super Meter PL1">
    <script state="run">
      <action>maincpu.ppw@1001F0=0400</action>
    </script>
</cheat>

<cheat desc="Infinite Super Meter PL2">
    <script state="run">
      <action>maincpu.ppw@100290=0400</action>
    </script>
</cheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [mutantf] Mutant Fighter - Super meter and Character sel

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply