[megadriv, rrash3] Road Rash 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, rrash3] Road Rash 3 cheats (and clones/parents)

Post by NotAGoodName »

Sorry that I never found P2 cheats or really even completed this one. This game engine is really quirky and the game play is very random.

Code: Select all

	<cheat desc="No Bike Damage P1">
		<script state="run">
			<action>maincpu.pb@FF05D7=00</action>
		</script>
	</cheat>
	<cheat desc="Infinite Energy? P1">
		<script state="run">
			<action>maincpu.pb@FF0A0F=00</action>
		</script>
	</cheat>
	<cheat desc="Infinite Cash P1">
		<script state="run">
			<action>maincpu.pw@FF746E=270F</action>
		</script>
	</cheat>
	<cheat desc="Super Bike P1">
		<script state="run">
			<action>maincpu.pb@FF749D=0F</action>
			<action>maincpu.pb@FF791F=0F</action>
		</script>
	</cheat>
	<cheat desc="Infinite Ammo P1">
		<script state="run">
			<action>maincpu.pq@FF03A6=0A0A0A0A0A0A0A0A</action>
		</script>
	</cheat>
	<cheat desc="All Upgrades P1">
		<script state="run">
			<action>maincpu.pb@FF0206=FF</action>
		</script>
	</cheat>
	<cheat desc="Infinite Nitro P1">
		<script state="run">
			<action>maincpu.pb@FF0503=08</action>
		</script>
	</cheat>
	<cheat desc="Weapon Select P1">
		<parameter>
			<item value="00">Punch</item>
			<item value="01">Club</item>
			<item value="02">Chain</item>
			<item value="03">Crowbar</item>
			<item value="04">Mace</item>
			<item value="05">Nunchucks</item>
			<item value="06">Oil Cans</item>
			<item value="07">Cattleprod</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF03A3=param</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply