[ponpoko]+ Ponpoko

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

[ponpoko]+ Ponpoko

Post by jman »

Code: Select all

    <cheat desc="P1 Select Starting Pattern">
        <parameter min="01" max="20" step="01" />
        <script state="run">
            <action condition="maincpu.pb@4C4E == 01">maincpu.pb@4C4E = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Pattern">
        <parameter min="01" max="20" step="01" />
        <script state="run">
            <action condition="maincpu.pb@4C52 == 01">maincpu.pb@4C52 = param</action>
        </script>
    </cheat>
jman

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