[spuzbobl] Super Puzzle Bobble (V2.050 1999/2/24 18:00)

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
Abystus
Posts: 551
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 38 times

[spuzbobl] Super Puzzle Bobble (V2.050 1999/2/24 18:00)

Post by Abystus »

spuzbobl.xml

Code: Select all

  <cheat desc="Most Bubbles Can Combo With Any Color Bubble">
    <script state="on">
      <action>temp0=maincpu.pd@800819E4</action>
    </script>
    <script state="run">
      <action>maincpu.pd@800819E4=10000003</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@800819E4=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Shot Timer/Auto Shot">
    <script state="on">
      <action>temp0=maincpu.pd@8007C3A0</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8007C3A0=20030258</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8007C3A0=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Game Board Never Lowers">
    <script state="on">
      <action>temp0=maincpu.pd@8005F448</action>
      <action>temp1=maincpu.pd@8005F47C</action>
      <action>temp2=maincpu.pd@8005F504</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8005F448=1000000A</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@8005F47C=1000001F</action>
      <action>maincpu.pd@8005F504=1000000F</action>
    </script>
    <script state="off">
      <action>maincpu.pd@8005F448=temp0</action>
      <action>maincpu.pd@8005F47C=temp1</action>
      <action>maincpu.pd@8005F504=temp2</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Disable Game Over When Objects Reach Bottom">
    <script state="on">
      <action>temp0=maincpu.pd@8005FFD4</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8005FFD4=00000000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@8005FFD4=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Infinite Course Selection Time">
    <script state="on">
      <action>temp0=maincpu.pd@800AFFFC</action>
    </script>
    <script state="run">
      <action>maincpu.pd@800AFFFC=2003000A</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@800AFFFC=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Infinite Letter Path Selection Time">
    <script state="on">
      <action>temp0=maincpu.pd@800D501C</action>
    </script>
    <script state="run">
      <action>maincpu.pd@800D501C=20030009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@800D501C=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
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:

Re: [spuzbobl] Super Puzzle Bobble (V2.050 1999/2/24 18:00)

Post by Pugsy »

Thanks, added
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