[g13jnr] 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: 16 times
Contact:

[g13jnr] basic cheats

Post by Pugsy »

Just the basics...

g13jnr.xml:

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
  <script state="run">
    <action>maincpu.pd@800E6AD8=00000009</action>
  </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pd@800C67C8=00091000</action>
    </script>
  </cheat>

  <cheat desc="Always have 100%">
    <script state="run">
      <action>maincpu.pd@800C66C4=00000064</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo"> <comment>Only for levels with limited 2 or more bullets, turn it OFF on the practice firing range.</comment>
    <script state="run">
      <action>maincpu.pd@800C6688=00000005</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