[psyvaria] basic cheats

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
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

[psyvaria] basic cheats

Post by Pugsy »

Some basic cheats, I've got the Invincibility timer location but it has too many side effects - wp in debugger not working with the address and game is too slow for any meaningful tracing without.

psyvaria.xml

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Maximum Level Up"> <comment>Need to confirm what the maximum actually is</comment>
    <script state="run">
      <action>maincpu.pb@20DDB9=0F</action>
      <action>maincpu.pb@20DDBC=63</action>
    </script>
  </cheat>

  <cheat desc=" "/>

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

  <cheat desc="Infinite Bombs PL1">
    <script state="run">
      <action>maincpu.pb@20DDB4=06</action>
    </script>
  </cheat>

  <cheat desc=" "/>

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

  <cheat desc="Infinite Bombs PL2">
    <script state="run">
      <action>maincpu.pb@20DBDC=06</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