[headonch] Head On Channel

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

[headonch] Head On Channel

Post by jman »

RAM codes collection.

Code: Select all

<!-- Monita to Rimoko no Head On Channel (prototype, hack) -->
<mamecheat version="1">

    <cheat desc="Infinite Time">
        <script state="run">
            <action>maincpu.pw@FF8068 = 0000</action>
        </script>
    </cheat>

    <cheat desc="Finish Current Level Now">
        <script state="on">
            <action>maincpu.pb@FF8037 = 24</action>
        </script>
    </cheat>

    <cheat desc="Select Starting World">
        <comment>Turn this code OFF in the ending due to the game freeze</comment>
        <parameter>
            <item value="0x0000">World 1</item>
            <item value="0x0004">World 2</item>
            <item value="0x0008">World 3</item>
            <item value="0x000C">World 4</item>
            <item value="0x0010">World 5</item>
            <item value="0x0014">World 6</item>
            <item value="0x0018">World 7</item>
            <item value="0x001C">World 8</item>
            <item value="0x0020">World 9</item>
            <item value="0x0024">World 10</item>
        </parameter>
        <script state="run">
            <action condition="maincpu.pw@FF804C == 0000">maincpu.pw@FF804C = param</action>
        </script>
    </cheat>

    <cheat desc="P1 Infinite Lives">
        <script state="run">
            <action>maincpu.pb@FFB491 = 09</action>
        </script>
    </cheat>

    <cheat desc="P1 Always have Dog">
        <comment>You can kill an enemy with body attack</comment>
        <script state="run">
            <action>maincpu.pb@FFB401 |= 01</action>
        </script>
        <script state="off">
            <action>maincpu.pb@FFB401 &amp;= ~01</action>
        </script>
    </cheat>

    <cheat desc="P2 Infinite Lives">
        <script state="run">
            <action>maincpu.pb@FFB591 = 09</action>
        </script>
    </cheat>

    <cheat desc="P2 Always have Dog">
        <comment>You can kill an enemy with body attack</comment>
        <script state="run">
            <action>maincpu.pb@FFB501 |= 01</action>
        </script>
        <script state="off">
            <action>maincpu.pb@FFB501 &amp;= ~01</action>
        </script>
    </cheat>

</mamecheat>
"Select Starting World" : Turn this code OFF in the ending due to the game freeze.
jman

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