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

[supduck] cheats

Post by Pugsy »

supduck.xml (will be in the next cheat release very soon):-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@FFC32E=99</action>
    </script>
  </cheat>

  <cheat desc="Collect 1 more item to finish level Now!">
    <script state="on">
      <action>maincpu.pb@FFDB0B=01</action>
    </script>
  </cheat>

  <cheat desc="Invincibility"> <comment>If you jump off the platforms you need to jump rather than walk to get back on them</comment>
    <script state="on">
      <action>temp0 =maincpu.mb@00364E</action>
      <action>temp1 =maincpu.mb@00451C</action>
      <action>temp2 =maincpu.mb@004CAE</action>
      <action>temp3 =maincpu.mb@0053A4</action>
      <action>temp4 =maincpu.mb@005F54</action>
      <action>temp5 =maincpu.mw@0036B4</action>
    </script>
    <script state="run">
      <action>maincpu.mb@00364E=60</action> <!-- Shots -->
      <action>maincpu.mb@00451C=60</action> <!-- Normal Collisions -->
      <action>maincpu.mb@004CAE=60</action> <!-- Spikes -->
      <action>maincpu.mb@0053A4=60</action> <!-- Dissolving Platforms -->
      <action>maincpu.mb@005F54=60</action> <!-- Boss Touch -->
      <action>maincpu.mw@0036B4=4E71</action> <!-- Allows you to safely jump on to water and jump off again without dieing -->
    </script>
    <script state="off">
      <action>maincpu.mb@00364E=temp0 </action>
      <action>maincpu.mb@00451C=temp1 </action>
      <action>maincpu.mb@004CAE=temp2 </action>
      <action>maincpu.mb@0053A4=temp3 </action>
      <action>maincpu.mb@005F54=temp4 </action>
      <action>maincpu.mw@0036B4=temp5 </action>
    </script>
  </cheat>

  <cheat desc="Kill Bosses with 1 Hit">
    <script state="on">
      <action>temp0 =maincpu.md@005BF6</action>
    </script>
    <script state="run">
      <action>maincpu.md@005BF6=4E71422C</action>
    </script>
    <script state="off">
      <action>maincpu.md@005BF6=temp0 </action>
    </script>
  </cheat>

  <cheat desc="Goto Last Round Next!"> <comment>Enable during play and when you finish the current round you will go the the last round</comment>
    <script state="on">
      <action>maincpu.pb@FFC365=1C</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@FFC3A5=09</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Smoke">
    <script state="run">
      <action>maincpu.pb@FFC3A6=60|(maincpu.pb@FFC3A6 BAND ~60)</action>
      <action>maincpu.pb@FFC3BB=20</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pb@FFC3E5=09</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Smoke">
    <script state="run">
      <action>maincpu.pb@FFC3E6=60|(maincpu.pb@FFC3E6 BAND ~60)</action>
      <action>maincpu.pb@FFC3FB=20</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