[megadriv, mk2u] Mortal Kombat II 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:

[megadriv, mk2u] Mortal Kombat II cheats (and clones/parents

Post by NotAGoodName »

This is quite a good port if you ignore the typical MK AI that goes out of its way to cheat. And the bosses have just enough buttons that don't crash the game to get by.

Oh who am I kidding? I can't wait until MESS/UME can somehow someway support the MK Trilogy hack for Genesis.

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action>maincpu.pb@FFAB97=60</action>
		</script>
	</cheat>
	<cheat desc="Infinite Credits">
		<script state="run">
			<action>maincpu.pb@FFF456=99</action>
		</script>
	</cheat>
	<cheat desc="Test Mode Enabled">
		<script state="run">
			<action>maincpu.pb@FFF9DE=01</action>
		</script>
	</cheat>
	<cheat desc="6 button mode">
		<script state="run">
			<action>maincpu.pw@FFF9D0=0101</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FFB623=78</action>
			<action>maincpu.pb@FFB625=78</action>
		</script>
	</cheat>
	<cheat desc="Character P1">
		<parameter>
			<item value="0x00">Kung Lao</item>
			<item value="0x01">Liu Kang</item>
			<item value="0x02">Johnny Cage</item>
			<item value="0x03">Baraka</item>
			<item value="0x04">Kitana</item>
			<item value="0x05">Mileena</item>
			<item value="0x06">Shang Tsung</item>
			<item value="0x07">Raiden</item>
			<item value="0x08">Sub-Zero</item>
			<item value="0x09">Reptile</item>
			<item value="0x0A">Scorpion</item>
			<item value="0x0B">Jax</item>
			<item value="0x0C">#Kintaro</item>
			<item value="0x0D">#Shao Kahn</item>
			<item value="0x0E">#Smoke</item>
			<item value="0x0F">#Noob Saibot</item>
			<item value="0x10">#Jade</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FFAB87=param</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FFB713=78</action>
			<action>maincpu.pb@FFB715=78</action>
		</script>
	</cheat>
	<cheat desc="Character P2">
		<parameter>
			<item value="0x00">Kung Lao</item>
			<item value="0x01">Liu Kang</item>
			<item value="0x02">Johnny Cage</item>
			<item value="0x03">Baraka</item>
			<item value="0x04">Kitana</item>
			<item value="0x05">Mileena</item>
			<item value="0x06">Shang Tsung</item>
			<item value="0x07">Raiden</item>
			<item value="0x08">Sub-Zero</item>
			<item value="0x09">Reptile</item>
			<item value="0x0A">Scorpion</item>
			<item value="0x0B">Jax</item>
			<item value="0x0C">#Kintaro</item>
			<item value="0x0D">#Shao Kahn</item>
			<item value="0x0E">#Smoke</item>
			<item value="0x0F">#Noob Saibot</item>
			<item value="0x10">#Jade</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FFAB89=param</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply