[megadriv, slammastu] Saturday Night Slam Masters (and clone

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, slammastu] Saturday Night Slam Masters (and clone

Post by NotAGoodName »

No recovery cheat allows you to easily defeat your opponents as if they're jobbers.

Code: Select all

	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FFBEA5=FF</action>
		</script>
	</cheat>
	<cheat desc="Quick Recovery P1">
		<script state="run">
			<action>maincpu.pw@FFBEA2=0000</action>
		</script>
	</cheat>
	<cheat desc="No Recovery P1">
		<script state="run">
			<action>maincpu.pw@FFBEA2=00FF</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FFBF2F=FF</action>
		</script>
	</cheat>
	<cheat desc="Quick Recovery P2">
		<script state="run">
			<action>maincpu.pw@FFBF2C=0000</action>
		</script>
	</cheat>
	<cheat desc="No Recovery P2">
		<script state="run">
			<action>maincpu.pw@FFBF2C=00FF</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply