[mf_flip] basics

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: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

[mf_flip] basics

Post by Pugsy »

mf_flip.xml


Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Main Time">
    <script state="run">
      <action>mcu.pd@0040=09090900|(mcu.pd@0040 BAND ~FFFFFF00)</action>
      <action>mcu.pb@0046=FF</action> <!-- 1st = Timer, 2nd = Credits -->
    </script>
  </cheat>

  <cheat desc="Infinite Time">
    <script state="on">
      <action>temp0 =maincpu.mb@8BD8</action>
    </script>
    <script state="run">
      <action>maincpu.mb@8BD8=A9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@8BD8=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Infinite Tries">
    <script state="run">
      <action>maincpu.pb@008D=99</action>
    </script>
  </cheat>

  <cheat desc="Get 1 Pattern to Finish Level Now!">
    <script state="on">
      <action>maincpu.pb@008A=01</action>
    </script>
  </cheat>

  <cheat desc="Never Get Caught">
    <script state="on">
      <action>temp0 =maincpu.mb@89B3</action>
      <action>temp1 =maincpu.mb@895B</action>
    </script>
    <script state="run">
      <action>maincpu.mb@89B3=00</action> <!-- Normal Collision -->
      <action>maincpu.mb@895B=AD</action> <!-- Standing on Flashing Square -->
    </script>
    <script state="off">
      <action>maincpu.mb@89B3=temp0 </action>
      <action>maincpu.mb@895B=temp1 </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