[utoukond] quick full and infinite charge attack

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
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[utoukond] quick full and infinite charge attack

Post by NotAGoodName »

This gives you a full blast and infinitely chargeable charge attack (ie the attack you do when you hold button 1 and then release it). It's got a fancy loop in it so that you never get exhausted.

Code: Select all

  <cheat desc="Full Power PL1">
    <script state="run">
      <action condition="maincpu.pb@20367F > 01">maincpu.pb@20367E=01</action>
      <action condition="maincpu.pb@20367F > 03">maincpu.pb@20367F=01</action>
    </script>
  </cheat>

  <cheat desc="Full Power PL2">
    <script state="run">
      <action condition="maincpu.pb@203779 > 01">maincpu.pb@203778=01</action>
      <action condition="maincpu.pb@203779 > 03">maincpu.pb@203779=01</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply