[psyvarrv] Psyvariar -Revision- (V2.04J)

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
TabihitoGaiden
Posts: 40
Joined: Fri May 05, 2006 6:29 pm
Location: Still Wandering...
Contact:

[psyvarrv] Psyvariar -Revision- (V2.04J)

Post by TabihitoGaiden »

Your usual basic codes from me. Any others would be appreciated, thanks in advance.

Lives and Bombs limits are uncertain as of yet.

Code: Select all

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

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@002240C8=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Bombs PL1">
    <script state="run">
      <action>maincpu.pb@00224414=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@00224410=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Bombs PL2">
    <script state="run">
      <action>maincpu.pb@002240CC=09</action>
    </script>
  </cheat>
The journey never ends, as the traveler goes on... into another side tale.
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [psyvarrv] Psyvariar -Revision- (V2.04J)

Post by Pugsy »

Thanks, added. Though you got the PL1 and PL2 lives addresses crossed over.

Added 80 infront of the addresses as they are the correct WP addresses.

Added a program code Invincibility cheat - has an issue with adding Buzz on collisions but for now I'll have to leave it as it is as I've run out of time on this one, and I'm sure some people will prefer the Buzz part anyway.

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Invincibility + Easy Buzz"> <comment>Get Buzz simply by colliding with bullets and enemies</comment>
    <script state="run">
      <action>maincpu.pd@8009B6E8=08026DD6</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pd@8009B6E8=1440001B</action>
    </script>
  </cheat>

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

  <cheat desc="Infinite Bombs PL1">
    <script state="run">
      <action>maincpu.pb@80224414=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@802240C8=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Bombs PL2">
    <script state="run">
      <action>maincpu.pb@802240CC=09</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.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply