[calipso] Calipso

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: 1288
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[calipso] Calipso

Post by jman »

Code: Select all

    <cheat desc="Select Starting Level">
        <parameter min="01" max="255" step="0x01" />
        <script state="run">
            <action condition="maincpu.pb@8638 == 01">maincpu.pb@8638 = param</action>
        </script>
    </cheat>

    <cheat desc="Finish this Level Now">
        <script state="on">
            <action>maincpu.pb@8668 = 02</action>
        </script>
    </cheat>
Current "Finish this Level Now!" in official database based on 0.264 doesn't work. You can't finish current level when you set this code. Try fixed code.
jman

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