Page 1 of 1

[macross] Invincibility PL1/PL2

Posted: Tue Sep 06, 2011 5:42 am
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

Re: [macross] Invincibility PL1/PL2

Posted: Tue Sep 06, 2011 2:23 pm
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>

Re: [macross] Invincibility PL1/PL2

Posted: Tue Sep 06, 2011 4:31 pm
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