[megadriv, weaponld] Weaponlord 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, weaponld] Weaponlord cheats (and clones/parents)

Post by NotAGoodName »

With the right cheats enabled, you can essentially perform several fatalities of differing varieties on an opponent. Because you know, there's different kinds of dead.

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action condition="maincpu.pb@FF18FD==01 or maincpu.pb@FF182D==01">maincpu.pb@FF02F9=FF</action>
		</script>
	</cheat>
	<cheat desc="Zarak Enabled">
		<script state="run">
			<action>maincpu.pb@FF02F5=01</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FF17FF=C0</action>
			<action>maincpu.pb@FF1801=C0</action>
			<action>maincpu.pb@FF1803=C0</action>
		</script>
	</cheat>
	<cheat desc="Action Speed Up P1">
		<script state="run">
			<action condition="maincpu.pb@FF182D==01">maincpu.pb@FF187F=FF</action>
		</script>
	</cheat>
	<cheat desc="Can Always Be Hit P1">
		<script state="run">
			<action>maincpu.pb@FF1818=00</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FF18CF=C0</action>
			<action>maincpu.pb@FF18D1=C0</action>
			<action>maincpu.pb@FF18D3=C0</action>
		</script>
	</cheat>
	<cheat desc="Action Speed Up P2">
		<script state="run">
			<action condition="maincpu.pb@FF18FD==01">maincpu.pb@FF194F=00</action>
		</script>
	</cheat>
	<cheat desc="Can Always Be Hit P2">
		<script state="run">
			<action>maincpu.pb@FF18E8=00</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply