[einstein/manicmin] cheats

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[einstein/manicmin] cheats

Post by Pugsy »

I do have a habit of doing the manic miner versions,. To pass the colour code checks just enter any 4 colours and press enter - which must mean the softwarelist game is a crack.

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Air">
  <script state="on">
    <action>temp0 =i001.pb@5CCD</action>
    <action>temp1 =i001.pb@6A30</action>
  </script>
  <script state="run">
    <action>i001.pb@5CCD=00</action> 
    <action>i001.pb@6A30=BF</action>
    <action>i001.pd@BFBD=35BD9921</action>
    <action>i001.pd@BFC1=FF5CBDC3</action>
  </script>
  <script state="off">
    <action>i001.pb@5CCD=temp0 </action>
    <action>i001.pb@6A30=temp1 </action>
  </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="on">
      <action>temp0 =i001.pb@6839</action>
    </script>
    <script state="run">
      <action>i001.pb@6839=00</action>
    </script>
    <script state="off">
      <action>i001.pb@6839=temp0 </action>
    </script>
  </cheat>

  <cheat desc="No Sprite-Background Collisions">
    <script state="on">
      <action>temp0 =i001.pb@61E9</action>
    </script>
    <script state="run">
      <action>i001.pb@61E9=C9</action>
    </script>
    <script state="off">
      <action>i001.pb@61E9=temp0 </action>
    </script>
  </cheat>

  <cheat desc="No Sprite-Sprite Collisions">
    <script state="on">
      <action>temp0 =i001.pb@576B</action>
    </script>
    <script state="run">
      <action>i001.pb@576B=C9</action>
    </script>
    <script state="off">
      <action>i001.pb@576B=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Drop from Any Height">
    <script state="on">
      <action>temp0 =i001.pb@60B9</action>
    </script>
    <script state="run">
      <action>i001.pb@60B9=18</action>
    </script>
    <script state="off">
      <action>i001.pb@60B9=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Finish this Level Now!">
    <script state="on">
      <action>i001.pb@BD9C=00</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.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply