[tmnt2pj] 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

[tmnt2pj] Skip RAM/ROM check

Post by megaman_exe »

Code: Select all

  <cheat desc="Skip RAM/ROM Check">
	<script state="on">
      <action>temp0=maincpu.md@1064</action>
      <action>temp1=maincpu.mw@1068</action>
      <action>temp2=maincpu.mb@11a6</action>
	</script>
    <script state="run">
      <action>maincpu.md@1064=4ef90000</action>
      <action>maincpu.mw@1068=1074</action>
      <action>maincpu.mb@11a6=67</action>
    </script>
	<script state="off">
		<action>maincpu.md@1064=temp0</action>
		<action>maincpu.mw@1068=temp1</action>
		<action>maincpu.mb@11a6=temp2</action>
	</script>
  </cheat>
As always, 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