[megadriv, cproam] Championship Pro-Am (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, cproam] Championship Pro-Am (and clones/parents)

Post by NotAGoodName »

The Megadrive port of R.C. Pro-Am on the venerable NES. It's much better now. I think there was a crappy SNES port as well. This would have made a good quarter muncher seeings as it loops through the levels infinitely.

Code: Select all

	<cheat desc="Invincibility">
		<script state="run">
			<action>maincpu.pb@FF066F=FF</action>
		</script>
	</cheat>
	<cheat desc="Infinite Tire">
		<script state="run">
			<action>maincpu.pb@FF0563=04</action>
		</script>
	</cheat>
	<cheat desc="Infinite Acceleration">
		<script state="run">
			<action>maincpu.pb@FF0565=04</action>
		</script>
	</cheat>
	<cheat desc="Maximum Speed">
		<script state="run">
			<action condition="maincpu.pb@FF0561==00">maincpu.pw@FF0566=7F0B</action>
			<action condition="maincpu.pb@FF0561==01">maincpu.pw@FF0566=7F06</action>
			<action condition="maincpu.pb@FF0561==02">maincpu.pw@FF0566=7F01</action>
		</script>
	</cheat>
	<cheat desc="Infinite Ammo">
		<script state="run">
			<action>maincpu.pb@FF056E=63</action>
		</script>
	</cheat>
	<cheat desc="Weapon Type">
		<parameter>
			<item value="01">Rocket</item>
			<item value="02">Bomb</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF056F=param</action>
		</script>
	</cheat>
	<cheat desc="Vehicle Type">
		<parameter>
			<item value="00">Truck</item>
			<item value="01">SUV</item>
			<item value="02">Car</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF0561=param</action>
		</script>
	</cheat>
	<cheat desc="Select Number of Laps per Race">
	    <parameter min="1" max="9" step="1"/>
		<script state="run">
			<action>maincpu.pb@FF0303=param</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
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: [megadriv, cproam] Championship Pro-Am (and clones/paren

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