[macross] Invincibility PL1/PL2

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
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

[macross] Invincibility PL1/PL2

Post by walterh78 »

I fix the invincibility cheat. This cheat has a bonus: If you crash into enemies, they explode.

Code: Select all

  <cheat desc="Invincibility PL1">
    <script state="run">
      <action>maincpu.pb@F643D=00</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL2">
    <script state="run">
      <action>maincpu.pb@F653D=00</action>
    </script>
  </cheat>
Tested in: MAME 0.143
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
kryul73
Posts: 14
Joined: Tue Jan 04, 2011 2:38 pm

Re: [macross] Invincibility PL1/PL2

Post by kryul73 »

<cheat desc="Invincibility PL1">
<script state="run">
<action>maincpu.ob@F642D=02</action>
</script>
</cheat>

<cheat desc="Invincibility PL2">
<script state="run">
<action>maincpu.ob@F652D=02</action>
</script>
</cheat>
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

Re: [macross] Invincibility PL1/PL2

Post by walterh78 »

Works. But it's more fun to crashing the enemies! :D
Also if you enable the cheat before the start of the first stage, the Valkyrie is not displayed, you can only see the nose. You need move it to up.

Image
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
Post Reply