[pow] Skip Checksum

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

[pow] Skip Checksum

Post by megaman_exe »

Code: Select all

	<cheat desc="Skip RAM/ROM Check">
		<script state="on">
			<action>temp0=maincpu.md@428</action>
			<action>temp1=maincpu.mw@42c</action>
		</script>
		<script state="run">
			<action>maincpu.md@428=4EF90000</action>
			<action>maincpu.mw@42c=0472</action>
		</script>
		<script state="off">
			<action>maincpu.md@428=temp0</action>
			<action>maincpu.mw@42c=temp1</action>
		</script>
	</cheat>
You must actually enable it, reset and you'll see it working. (Unless a "preenable" attribute on the cheat tag is implemented in the near future)
Please let me know if anything is wrong.
Post Reply