[popbingo] basics

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:

[popbingo] basics

Post by Pugsy »

Here are some basic cheats that should make the game easier without affecting gameplay too much

popbingo.xml

Code: Select all

<mamecheat version="1">

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

  <cheat desc="Select Perm. Current Non-Letter Bubbles PL1"> <!-- Bubbles 0x12 onward represents the alphabet in ascending order with defined colours -->
    <parameter>
      <item value="0x02">Red</item>
      <item value="0x03">Green</item>
      <item value="0x04">Yellow</item>
      <item value="0x05">Grey</item>
      <item value="0x06">Blue</item>
    </parameter>
    <script state="run">
      <action condition="(maincpu.pb@42810 GT 0x01) AND (maincpu.pb@42810 LT 0x12)">maincpu.pb@42810=param</action>
      <action condition="(maincpu.pb@42811 GT 0x01) AND (maincpu.pb@42811 LT 0x12)">maincpu.pb@42811=param</action>
      <action condition="(maincpu.pb@42812 GT 0x01) AND (maincpu.pb@42812 LT 0x12)">maincpu.pb@42812=param</action>
      <action condition="(maincpu.pb@42813 GT 0x01) AND (maincpu.pb@42813 LT 0x12)">maincpu.pb@42813=param</action>
      <action condition="(maincpu.pb@42814 GT 0x01) AND (maincpu.pb@42814 LT 0x12)">maincpu.pb@42814=param</action>
    </script>
  </cheat>

  <cheat desc="Select Perm. Current Non-Letter Bubbles PL2"> <!-- Bubbles 0x12 onward represents the alphabet in ascending order with defined colours -->
    <parameter>
      <item value="0x02">Red</item>
      <item value="0x03">Green</item>
      <item value="0x04">Yellow</item>
      <item value="0x05">Grey</item>
      <item value="0x06">Blue</item>
    </parameter>
    <script state="run">
      <action condition="(maincpu.pb@42708 GT 0x01) AND (maincpu.pb@42708 LT 0x12)">maincpu.pb@42708=param</action>
      <action condition="(maincpu.pb@42709 GT 0x01) AND (maincpu.pb@42709 LT 0x12)">maincpu.pb@42709=param</action>
      <action condition="(maincpu.pb@4270A GT 0x01) AND (maincpu.pb@4270A LT 0x12)">maincpu.pb@4270A=param</action>
      <action condition="(maincpu.pb@4270B GT 0x01) AND (maincpu.pb@4270B LT 0x12)">maincpu.pb@4270B=param</action>
      <action condition="(maincpu.pb@4270C GT 0x01) AND (maincpu.pb@4270C LT 0x12)">maincpu.pb@4270C=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