[yiear]+ Yie Ar Kung-Fu

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

[yiear]+ Yie Ar Kung-Fu

Post by jman »

yiear.xml, yiear2.xml

Code: Select all

    <cheat desc="Infinite Time">
        <script state="run">
            <action>maincpu.pw@5439 = 3BFE</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Stage">
        <comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
        <parameter>
            <item value="0x0001">1</item>
            <item value="0x0102">2</item>
            <item value="0x0203">3</item>
            <item value="0x0304">4</item>
            <item value="0x0405">5</item>
            <item value="0x0506">6</item>
            <item value="0x0607">7</item>
            <item value="0x0708">8</item>
            <item value="0x0809">9</item>
            <item value="0x0910">10</item>
            <item value="0x0A11">11</item>
        </parameter>
        <script state="run">
            <action condition="maincpu.pw@5461 == 0000">maincpu.pw@5461 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Stage">
        <comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
        <parameter>
            <item value="0x0001">1</item>
            <item value="0x0102">2</item>
            <item value="0x0203">3</item>
            <item value="0x0304">4</item>
            <item value="0x0405">5</item>
            <item value="0x0506">6</item>
            <item value="0x0607">7</item>
            <item value="0x0708">8</item>
            <item value="0x0809">9</item>
            <item value="0x0910">10</item>
            <item value="0x0A11">11</item>
        </parameter>
        <script state="run">
            <action condition="maincpu.pw@5491 == 0000">maincpu.pw@5491 = param</action>
        </script>
    </cheat>
yieartf.xml

Code: Select all

    <cheat desc="Infinite Time">
        <script state="run">
            <action>maincpu.pw@2c39 = 3BFE</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Stage">
        <comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
        <parameter>
            <item value="0x0001">1</item>
            <item value="0x0102">2</item>
            <item value="0x0203">3</item>
            <item value="0x0304">4</item>
            <item value="0x0405">5</item>
            <item value="0x0506">6</item>
            <item value="0x0607">7</item>
            <item value="0x0708">8</item>
            <item value="0x0809">9</item>
            <item value="0x0910">10</item>
            <item value="0x0A11">11</item>
        </parameter>
        <script state="run">
            <action condition="maincpu.pw@2C61 == 0000">maincpu.pw@2C61 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Stage">
        <comment>If you leave this enabled after you finish Stage 99 you will return to the chosen Stage instead of Stage 1, stages repeat after Stage 11.</comment>
        <parameter>
            <item value="0x0001">1</item>
            <item value="0x0102">2</item>
            <item value="0x0203">3</item>
            <item value="0x0304">4</item>
            <item value="0x0405">5</item>
            <item value="0x0506">6</item>
            <item value="0x0607">7</item>
            <item value="0x0708">8</item>
            <item value="0x0809">9</item>
            <item value="0x0910">10</item>
            <item value="0x0A11">11</item>
        </parameter>
        <script state="run">
            <action condition="maincpu.pw@2C91 == 0000">maincpu.pw@2C91 = param</action>
        </script>
    </cheat>
  • "Infinite Time" : Added new. But time is out soon when you turn this code OFF.
  • "Select Starting Stage" : Added code for player 2.
jman

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