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

[cexplore] cheats

Post by Pugsy »

cexplore.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@01EB=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pw@49A1=EAEA</action> <!-- Level 1 -->
      <action>maincpu.pw@07DE=EAEA</action> <!-- Level 2 -->
    </script>
    <script state="off">
      <action>maincpu.pw@49A1=C2A6</action>
      <action>maincpu.pw@07DE=58B6</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@46FE=60</action> <!-- Level 1 -->
      <action>maincpu.pb@13A6=60</action> <!-- Level 2 Ship Collisions -->
      <action>maincpu.pq@106A=EAEAEAEAEAEAEAEA</action>
      <action>maincpu.pq@1072=EAEAEAEAEAEAEAEA</action> <!-- Level 2 Bullets -->
    </script>
    <script state="off">
      <action>maincpu.pb@46FE=C9</action>
      <action>maincpu.pb@13A6=DD</action>
      <action>maincpu.pq@106A=00C94585010945C5</action>
      <action>maincpu.pq@1072=C6184E405B855A85</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