[pzlbreak] cheats

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
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:

[pzlbreak] cheats

Post by Pugsy »

There's still scope for some more cheats for this game...little bored of it now

pzlbreak.xml:-

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Finish this Stage Now!">
    <script state="on">
      <action>maincpu.pb@102C77=00</action>
    </script>
  </cheat>

  <cheat desc="Always Keep Upto Four Balls in Play">
    <script state="run">
      <action condition="(maincpu.pb@102D0D LT 00) OR (maincpu.pb@102D0D GT D4)">maincpu.pb@102D0D=B0</action> <!-- Balls get allocated to whichever Player got it first (solo 1st Ball) -->
      <action condition="(maincpu.pb@102D29 LT 00) OR (maincpu.pb@102D29 GT D4)">maincpu.pb@102D29=B0</action> <!--  (solo 2nd Ball) -->
      <action condition="(maincpu.pb@102D45 LT 00) OR (maincpu.pb@102D45 GT D4)">maincpu.pb@102D45=B0</action> <!--  (solo 3rd Ball) -->
      <action condition="(maincpu.pb@102D61 LT 00) OR (maincpu.pb@102D61 GT D4)">maincpu.pb@102D61=B0</action> <!--  (solo 4th Ball) -->
    </script>
  </cheat>

  <cheat desc="Select First Ball Size">
    <parameter>
      <item value="0x00">Small</item>
      <item value="0x01">Normal</item>
      <item value="0x02">Large</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@102D13=param</action>
    </script>
  </cheat>

  <cheat desc="Select Second Ball Size">
    <parameter>
      <item value="0x00">Small</item>
      <item value="0x01">Normal</item>
      <item value="0x02">Large</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@102D2F=param</action>
    </script>
  </cheat>

  <cheat desc="Select Third Ball Size">
    <parameter>
      <item value="0x00">Small</item>
      <item value="0x01">Normal</item>
      <item value="0x02">Large</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@102D4B=param</action>
    </script>
  </cheat>

  <cheat desc="Select Fourth Ball Size">
    <parameter>
      <item value="0x00">Small</item>
      <item value="0x01">Normal</item>
      <item value="0x02">Large</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@102D67=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@102CB3=04</action>
    </script>
  </cheat>

  <cheat desc="Select Bat Type PL1">
    <parameter>
      <item value="0x002F0001">Normal Bat</item>
      <item value="0x00530002">Long Bat</item>
      <item value="0x00770003">Shooting Bat</item>
    </parameter>
    <script state="run">
      <action>maincpu.pd@102CA6=param</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@102CD9=04</action>
    </script>
  </cheat>

  <cheat desc="Select Bat Type PL2">
    <parameter>
      <item value="0x002F0001">Normal Bat</item>
      <item value="0x00530002">Long Bat</item>
      <item value="0x00770003">Shooting Bat</item>
    </parameter>
    <script state="run">
      <action>maincpu.pd@102CCC=param</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