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

[namcons2] cheats

Post by Pugsy »

Code: Select all

<mamecheat version="1">

  <cheat desc="Gaplus"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@004E2=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>lowbus.ppb@00569=04</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =bios.mb@18CE9</action>
      <action>temp1 =bios.mb@194F3</action>
    </script>
    <script state="run">
      <action>bios.mb@18CE9=AD</action> <!-- Normal Ship -->
      <action>bios.mb@194F3=AD</action> <!-- Extra Ships -->
    </script>
    <script state="off">
      <action>bios.mb@18CE9=temp0 </action>
      <action>bios.mb@194F3=temp1 </action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc=" "/>
  <cheat desc="Dragon Buster"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@0036A=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>lowbus.ppb@00381=80</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo">
    <script state="run">
      <action>lowbus.ppb@003A8=09</action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc=" "/>
  <cheat desc="Gaplus Phalanx"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@0036A=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>lowbus.ppb@003FB=09</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =bios.mw@2DB06</action>
      <action>temp1 =bios.mb@2CFE7</action>
    </script>
    <script state="run">
      <action>bios.mw@2DB06=04A9</action> <!-- Normal Ships -->
      <action>bios.mb@2CFE7=AD</action> <!-- Big Ships -->
    </script>
    <script state="off">
      <action>bios.mw@2DB06=temp0 </action>
      <action>bios.mb@2CFE7=temp1 </action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc=" "/>
  <cheat desc="Dragon Buster 100"/>

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>lowbus.ppb@0036A=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Time"> <comment>Disable at the end of the level</comment>
    <script state="run">
      <action>lowbus.ppb@003A0=63</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy">
    <script state="run">
      <action>lowbus.ppb@00381=80</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo">
    <script state="run">
      <action>lowbus.ppb@003A8=09</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