[megadriv, goldnax3] Golden Axe 3 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, goldnax3] Golden Axe 3 cheats (and clones/parents

Post by NotAGoodName »

Not sure how much you really need region bypass cheats these days, but hey. Why not? This isn't a bad game, but I'm starting to get burned out on these beatemups.

Code: Select all

	<cheat desc="US Region Bypass">
		<script state="run">
			<action>maincpu.mw@013BE4=600C</action>
			<action>maincpu.mw@013BEE=6000</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Lives P1">
		<script state="run">
			<action>maincpu.pw@FFC8E0=0909</action>
		</script>
	</cheat>
	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action condition="maincpu.pb@FFC8E3 LT FF">maincpu.pw@FFC8E6=3333</action>
			<action condition="maincpu.pb@FFC8E3==FF">maincpu.pw@FFC8E6=4B4B</action>
		</script>
	</cheat>
	<cheat desc="Infinite Magic P1">
		<script state="run">
			<action>maincpu.pw@FFC8E4=0606</action>
		</script>
	</cheat>
	<cheat desc="Character P1"><comment>Can be buggy and glitchy</comment>
		<parameter>
			<item value="0x02">Kain Blade</item>
			<item value="0x04">Sarah Vane</item>
			<item value="0x03">Cronus (Ibis)</item>
			<item value="0x00">Proud Kragg</item>
			<item value="0x01">#Griffon King</item>
			<item value="0x05">#Soldier</item>
			<item value="0x06">#Pancho</item>
			<item value="0x09">#Beneti</item>
			<item value="0x0B">#Dead Frame</item>
			<item value="0x0E">#Dead Frame (Tail)</item>
			<item value="0x0A">#Cold Bit</item>
			<item value="0x07">##Titan?</item>
			<item value="0x08">##Ram-Ogre?</item>
			<item value="0x0C">##Damud Hellstrike 1</item>
			<item value="0x0D">##Damud Hellstrike 2</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FFC8D5=param</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Lives P2">
		<script state="run">
			<action>maincpu.pw@FFCA40=0909</action>
		</script>
	</cheat>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action condition="maincpu.pb@FFCA43 LT FF">maincpu.pw@FFCA46=3333</action>
			<action condition="maincpu.pb@FFCA43==FF">maincpu.pw@FFCA46=4B4B</action>
		</script>
	</cheat>
	<cheat desc="Infinite Magic P2">
		<script state="run">
			<action>maincpu.pw@FFCA44=0606</action>
		</script>
	</cheat>
	<cheat desc="Character P2"><comment>Can be buggy and glitchy</comment>
		<parameter>
			<item value="0x02">Kain Blade</item>
			<item value="0x04">Sarah Vane</item>
			<item value="0x03">Cronus (Ibis)</item>
			<item value="0x00">Proud Kragg</item>
			<item value="0x01">#Griffon King</item>
			<item value="0x05">#Soldier</item>
			<item value="0x06">#Pancho</item>
			<item value="0x09">#Beneti</item>
			<item value="0x0B">#Dead Frame</item>
			<item value="0x0E">#Dead Frame (Tail)</item>
			<item value="0x0A">#Cold Bit</item>
			<item value="0x07">##Titan?</item>
			<item value="0x08">##Ram-Ogre?</item>
			<item value="0x0C">##Damud Hellstrike 1</item>
			<item value="0x0D">##Damud Hellstrike 2</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FFC435=param</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply