[littlerb] basic codes to start...

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:

[littlerb] basic codes to start...

Post by TabihitoGaiden »

Really basic ones too, invincibility and any other tough-to-make codes would be appreciated, so thanks in advance...

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@20087F=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@200A0D=09</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@200A75=09</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Apologies for the belated posting.
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: [littlerb] basic codes to start...

Post by Pugsy »

Code: Select all

  <cheat desc="Infinite Bonus Round Time"> <comment>Only enable on the Bonus Round and Disable when you have finished the level or you won't progress</comment>
    <script state="run">
      <action>maincpu.pb@201FA7=63</action>
    </script>
    <script state="off">
      <action>maincpu.pb@201FA7=02</action>
    </script>    
  </cheat>

  <cheat desc="Invincibility PL1">
    <script state="run">
      <action>maincpu.pb@200A0F=02</action>
    </script>
  </cheat>

  <cheat desc="Invincibility PL2">
    <script state="run">
      <action>maincpu.pb@200A77=02</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