[galpani3] Infinite Lives

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
TabihitoGaiden
Posts: 40
Joined: Fri May 05, 2006 6:29 pm
Location: Still Wandering...
Contact:

[galpani3] Infinite Lives

Post by TabihitoGaiden »

If anyone has anything else, feel free to post.

Code: Select all

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.ppb@2014E4=09</action>
    </script>
  </cheat>
The journey never ends, as the traveler goes on... into another side tale.
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: [galpani3] Infinite Lives

Post by Pugsy »

Thanks, I've added credits and ROM invincibility

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@200358=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@2014E4=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@01EBFA</action>
    </script>
    <script state="run">
      <action>maincpu.mb@01EBFA=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@01EBFA=temp0 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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