[namenayo] Namennayo

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

[namenayo] Namennayo

Post by jman »

Code: Select all

<!-- Namennayo (Japan) -->
<mamecheat version="1">

    <cheat desc="Finish this Scene Now">
        <script state="on">
            <action>maincpu.pb@401D = 02</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Scene">
        <comment>set on 'push start button' screen</comment>
        <parameter min="01" max="06" step="01" />
        <script state="change">
            <action>maincpu.pb@40A2 = param - 1</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Scene">
        <comment>set on 'push start button' screen</comment>
        <parameter min="01" max="06" step="01" />
        <script state="change">
            <action>maincpu.pb@40C2 = 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