[mag_boob] 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:

[mag_boob] cheats

Post by Pugsy »

From the name I loaded this thinking it may have been for adults...it wasn't.

mag_boob.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
  <script state="run">
    <action>mb_sub_ram.ppb@09F2=63</action>
  </script>
  </cheat>

  <cheat desc="Infinite Time"> <comment>Time display will still decrement but you time will clock around at 0</comment>
    <script state="on">
      <action>temp0 =maincpu.pb@3592</action>
    </script>
    <script state="run">
      <action>maincpu.pb@3592=18</action> <!-- Program code cheat by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.pb@3592=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>mb_sub_ram.ppb@0B32=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.pb@5DD3</action>
      <action>temp1 =maincpu.pb@528A</action>
      <action>temp2 =maincpu.pb@506C</action>
      <action>temp3 =maincpu.pb@5115</action>
      <action>temp4 =maincpu.pb@509A</action>
    </script>
    <script state="run">
      <action>maincpu.pb@5DD3=C9</action> <!-- Program code cheat by Pugsy -->
      <action>maincpu.pb@528A=C9</action>
      <action>maincpu.pb@506C=C9</action>
      <action>maincpu.pb@5115=C9</action>
      <action>maincpu.pb@509A=C3</action>
    </script>
    <script state="off">
      <action>maincpu.pb@5DD3=temp0 </action>
      <action>maincpu.pb@528A=temp1 </action>
      <action>maincpu.pb@506C=temp2 </action>
      <action>maincpu.pb@5115=temp3 </action>
      <action>maincpu.pb@509A=temp4 </action>
    </script>
  </cheat>

  <cheat desc="Key always ready"> <comment>One some levels you will automatically pick the key up at start</comment>
    <script state="on">
      <action>temp0 =maincpu.pw@362C</action>
    </script>
    <script state="run">
      <action>maincpu.pw@362C=0118</action> <!-- Program code cheat by Pugsy -->
    </script>
    <script state="off">
      <action>maincpu.pw@362C=temp0 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
These users thanked the author Pugsy for the post:
Abystus
Rating: 33.33%
 
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