[xiistag] XII Stag (V2.01J)

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:

[xiistag] XII Stag (V2.01J)

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. Credits is weird, the second address gets you the actual credits but does not immediately register, the first one makes it do so (goes from logos to title). Shot Power's kind of hard to discern too.

Code: Select all

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

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

Re: [xiistag] XII Stag (V2.01J)

Post by Pugsy »

Thanks, added along with this program code invincibility cheat

Code: Select all

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pd@800161DC=0800587E</action> <!-- Program Code Cheat Pt 1 normal collisions, Pt 2 other collisions -->
      <action>maincpu.pd@80023A88=08008EA9</action>
    </script>
    <script state="off">
      <action>maincpu.pd@800161DC=14400006</action>
      <action>maincpu.pd@80023A88=14400006</action>
    </script>
  </cheat>
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