[pandoras] Pandora's Palace

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
jman
Posts: 1318
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 10 times

[pandoras] Pandora's Palace

Post by jman »

Code: Select all

<!-- Pandora's Palace -->
<mamecheat version="1">

    <cheat desc="Always have Power-up">
        <comment>player gfx and music doesn't change</comment>
        <script state="run">
            <action>maincpu.pb@0081 = 02</action>
        </script>
    </cheat>

    <cheat desc="Finish Current Stage Now">
        <comment>Some bugs happen in several stages</comment>
        <script state="on">
            <action>maincpu.pb@6008 = 05</action>
        </script>
    </cheat>

</mamecheat>
  • "Always have Power-up" : You can step on an enemy. But player gfx and music doesn't change.
  • "Finish Current Stage Now" : Some bugs happen in several stages (eg stage 2).
jman

my wip cheat database back-up (06/01/2025 ver.)
https://u3.getuploader.com/...../download/58
downloadpass : jman2020
Post Reply