[demoneye] Demoneye-X

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

[demoneye] Demoneye-X

Post by jman »

Code: Select all

<!-- Demoneye-X -->
<mamecheat version="1">

    <cheat desc="Finish this Level Now">
        <script state="on">
            <action>maincpu.pq@0088 = 0000000000000000</action>
            <action>maincpu.pb@0090 = 0F</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Level">
        <parameter min="01" max="100" step="01" />
        <script state="run">
            <action condition="maincpu.pb@0026 == 00">maincpu.pb@0026 = tobcd(param - 1)</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Level">
        <parameter min="01" max="100" step="01" />
        <script state="run">
            <action condition="maincpu.pb@002E == 00">maincpu.pb@002E = tobcd(param - 1)</action>
        </script>
    </cheat>

</mamecheat>
jman

my wip cheat database back-up (2024/12/01 ver.)
https://u3.getuploader.com/...../download/47
downloadpass : jman2020
Post Reply