[streetsm] [streetsmw] Skip Ram/Rom check

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
megaman_exe
Posts: 39
Joined: Mon Nov 05, 2007 2:12 am

[streetsm] [streetsmw] Skip Ram/Rom check

Post by megaman_exe »

Code: Select all

<cheat desc="Skip RAM/ROM Check">
		<script state="on">
			<action>temp0=maincpu.md@107A</action>
		</script>
		<script state="run">
			<action>maincpu.md@107A=107E</action>
		</script>
		<script state="off">
			<action>maincpu.md@107A=temp0</action>
		</script>
	</cheat>
Have to enable and reset to test it. I hope someone implements a preenable attribute in the cheat tag in mame anytime soon
Greets!
Post Reply