[demon] extra 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:

[demon] extra cheats

Post by Pugsy »

demon.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.dw@00A6=0009</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@0C60</action>
      <action>temp1 =maincpu.mb@0B1D</action>
      <action>temp2 =maincpu.mb@018A</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0C60=5F</action> <!-- Normal Collisions -->
      <action>maincpu.mb@0B1D=5F</action> <!-- Shots -->
      <action>maincpu.mb@018A=5F</action> <!-- Spider/Worms -->
    </script>
    <script state="off">
      <action>maincpu.mb@0C60=temp0 </action>
      <action>maincpu.mb@0B1D=temp1 </action>
      <action>maincpu.mb@018A=temp2 </action>
    </script>
  </cheat>

  <cheat desc="Hit Anywhere"> <comment>This ratchets up the score quickly, however it may kill enemies that have just re-spawned and leave enemies that have been on-screen a while.</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@0CDB</action>
    </script>
    <script state="run">
      <action>maincpu.mb@0CDB=5F</action>
    </script>
    <script state="off">
      <action>maincpu.mb@0CDB=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Auto Gem Pickup"> <comment>This will automatically pickup a gem as soon as you haven't got one.</comment>
    <script state="run">
	  <action>maincpu.mb@0620=59</action>
      <action condition="maincpu.dw@0038==0800 OR maincpu.dw@0038==0FFF">maincpu.mb@0620=58</action>
    </script>
    <script state="off">
	  <action>maincpu.mb@0620=59</action>
    </script>	
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.dw@00A0=0009</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Fire Power">
    <script state="run">
      <action>maincpu.dw@0037=00A0</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.dw@00A1=0009</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Fire Power">
    <script state="run">
      <action>maincpu.dw@0047=00A0</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