[hamaway] cheats (game recently added)

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:

[hamaway] cheats (game recently added)

Post by Pugsy »

hamaway.xml :-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@004EAA</action>
    </script>
    <script state="run">
      <action>maincpu.mb@004EAA=60</action>
    </script>
    <script state="off">
      <action>maincpu.mb@004EAA=temp0 </action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="P1 Infinite Lives">
    <script state="run">
      <action>maincpu.pw@FFC152=0064</action>
    </script>
  </cheat>

  <cheat desc="P1 Infinite Bombs">
    <script state="run">
      <action>maincpu.pw@FFC154=0002</action> <!-- Can poke larger numbers but it causes the bonus counter ages to count down -->
    </script>
  </cheat>

  <cheat desc="P1 Select Fire Type">
    <parameter>
      <item value="0x0000">Type 1</item>
      <item value="0x0001">Type 2</item>
      <item value="0x0002">Type 3</item>
      <item value="0x0003">Type 4</item>
    </parameter>
    <script state="run">
      <action>maincpu.pw@FFC156=param</action>
    </script>
  </cheat>

  <cheat desc="P1 Maximum Power">
    <script state="run">
      <action>maincpu.pw@FFC158=0003</action>
    </script>
  </cheat>

  <cheat desc="P1 Maximum Speed">
    <script state="run">
      <action>maincpu.pw@FFC15A=0006</action>
    </script>
  </cheat>

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

  <cheat desc=" "/>

  <cheat desc="P2 Infinite Lives">
    <script state="run">
      <action>maincpu.pw@FFC168=0064</action>
    </script>
  </cheat>

  <cheat desc="P2 Infinite Bombs">
    <script state="run">
      <action>maincpu.pw@FFC16A=0002</action> <!-- Can poke larger numbers but it causes the bonus counter ages to count down -->
    </script>
  </cheat>

  <cheat desc="P2 Select Fire Type">
    <parameter>
      <item value="0x0000">Type 1</item>
      <item value="0x0001">Type 2</item>
      <item value="0x0002">Type 3</item>
      <item value="0x0003">Type 4</item>
    </parameter>
    <script state="run">
      <action>maincpu.pw@FFC16C=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Maximum Power">
    <script state="run">
      <action>maincpu.pw@FFC16E=0003</action>
    </script>
  </cheat>

  <cheat desc="P2 Maximum Speed">
    <script state="run">
      <action>maincpu.pw@FFC170=0006</action>
    </script>
  </cheat>

  <cheat desc="P2 Rapid Fire">
    <script state="run">
      <action>maincpu.pb@FFC12A=00</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