[kncljoe]+ Knuckle Joe

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

[kncljoe]+ Knuckle Joe

Post by jman »

RAM codes collection

Code: Select all

    <cheat desc="Always Have Power-up">
        <script state="run">
            <action>maincpu.pb@F2F8 = FF</action>
        </script>
        <script state="off">
            <action>maincpu.pb@F2F8 = 01</action>
        </script>
    </cheat>

    <cheat desc="Always Have Gun">
        <script state="run">
            <action>maincpu.pw@F0E6 = 2020</action>
        </script>
        <script state="off">
            <action>maincpu.pw@F0E6 = 0000</action>
        </script>
    </cheat>

    <cheat desc="Finish Curret Level Now">
        <script state="on">
            <action>maincpu.pb@F069 = 01</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Level">
        <parameter min="0x01" max="0x100" />
        <script state="run">
            <action condition="maincpu.pb@F0ED == 00">maincpu.pb@F0ED = param - 1</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Level">
        <parameter min="0x01" max="0x100" />
        <script state="run">
            <action condition="maincpu.pb@F0F7 == 00">maincpu.pb@F0F7 = param - 1</action>
        </script>
    </cheat>
jman

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