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

[bombjack] Skip RAM/ROM check

Post by megaman_exe »

Code: Select all

   <cheat desc="Skip RAM/ROM Check">
      <script state="on">
         <action>temp0=maincpu.mw@120</action>
         <action>temp1=maincpu.md@122</action>
      </script>
      <script state="run">
         <action>maincpu.mw@120=0</action>
         <action>maincpu.md@122=0</action>
      </script>
      <script state="off">
         <action>maincpu.mw@120=temp0</action>
         <action>maincpu.md@122=temp1</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