[nova2001]+ cleanup & ROM Invincibility+Hit Anywhere

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:

[nova2001]+ cleanup & ROM Invincibility+Hit Anywhere

Post by Pugsy »

Just cleaning up, created credits, ROM Invincibility and ROM Hit Anywhere cheats. Added wayder's rapid fire cheat and tidied up the other cheats a bit.

nova2001.xml + nova2001u.xml :-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pw@E02C=9999</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@E120=05</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@2AC4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@2AC4=C9</action>
    </script>
    <script state="off">
      <action>maincpu.mb@2AC4=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Hit Anywhere"> <comment>Use with Rapid Fire for almost instant destruction</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@2ADA</action>
    </script>
    <script state="run">
      <action>maincpu.mb@2ADA=00</action>
    </script>
    <script state="off">
      <action>maincpu.mb@2ADA=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire">
    <script state="run">
      <action>maincpu.pb@E02B=00</action>
    </script>
  </cheat>

  <cheat desc="Bonus Always GT 3000 Pts">
    <script state="on">
      <action>temp0 =maincpu.pb@E10F</action>
    </script>
    <script state="run">
      <action condition="(frame % 300 == 0) AND (maincpu.pb@E10F!=temp0 )">maincpu.pb@E10F=03</action>
    </script>
  </cheat>

  <cheat desc="Select Level on Death Now!">
    <parameter>
      <item value="0x0404">Level 5 </item>
      <item value="0x0909">Level 10</item>
      <item value="0x1414">Level 15</item>
    </parameter>
    <script state="change">
      <action>maincpu.pw@E100=param</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