[megadriv, smb] Super Mario Bros. 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, smb] Super Mario Bros. cheats (and clones/parents

Post by NotAGoodName »

I forgot to do this! I thought these cheats would match Squirrel King, but that is not the case. Also, Squirrel King has cheats anyways. I also thought that this was a hack of some Rescue Rangers game, but apparently I'm dumb because there is no such game. Just Squirrel King.

Also applies to smba and smbb.

Code: Select all

	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FF254E=05</action>
			<action>maincpu.pb@FF254D=05</action>
			<action>maincpu.pb@FF715A=05</action>
		</script>
	</cheat>
	<cheat desc="Infinite Lives P1">
		<script state="run">
			<action>maincpu.pb@FF254F=09</action>
			<action>maincpu.pb@FF715B=09</action>
		</script>
	</cheat>
	<cheat desc="Infinite Fireballs P1">
		<script state="run">
			<action>maincpu.pb@FF250D=09</action>
		</script>
	</cheat>
	<cheat desc="Invincibility P1"><comment>Flickers</comment>
		<script state="run">
			<action>maincpu.pb@FF715D=02</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FF274E=05</action>
			<action>maincpu.pb@FF274D=05</action>
			<action>maincpu.pb@FF717A=05</action>
		</script>
	</cheat>
	<cheat desc="Infinite Lives P2">
		<script state="run">
			<action>maincpu.pb@FF274F=09</action>
			<action>maincpu.pb@FF717B=09</action>
		</script>
	</cheat>
	<cheat desc="Infinite Fireballs P2">
		<script state="run">
			<action>maincpu.pb@FF2521=09</action>
		</script>
	</cheat>
	<cheat desc="Invincibility P2"><comment>Flickers</comment>
		<script state="run">
			<action>maincpu.pb@FF717D=02</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply