[avengers] Avengers (US set 1)

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
nolberto82
Posts: 168
Joined: Tue Aug 30, 2011 1:22 am

[avengers] Avengers (US set 1)

Post by nolberto82 »

avengers.xml

Code: Select all

  <cheat desc="Hit Anywhere">
    <script state="on">
      <action>temp0 = maincpu.mb@11975</action>
      <action>temp1 = maincpu.mb@11978</action>
      <action>temp2 = maincpu.mb@1197C</action>
      <action>temp3 = maincpu.mb@1198C</action>
      <action>temp4 = maincpu.mb@1198F</action>
      <action>temp5 = maincpu.mb@11993</action>
    </script>

    <script state="run">
      <action>maincpu.mb@11975=00</action>
      <action>maincpu.mb@11978=00</action>
      <action>maincpu.mb@1197C=00</action>
      <action>maincpu.mb@1198C=00</action>
      <action>maincpu.mb@1198F=00</action>
      <action>maincpu.mb@11993=00</action>
    </script>

    <script state="off">
      <action>maincpu.mb@11975=temp0</action>
      <action>maincpu.mb@11978=temp1</action>
      <action>maincpu.mb@1197C=temp2</action>
      <action>maincpu.mb@1198C=temp3</action>
      <action>maincpu.mb@1198F=temp4</action>
      <action>maincpu.mb@11993=temp5</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [avengers] Avengers (US set 1)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply