[daikaiju] Daikaiju no Gyakushu

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

[daikaiju] Daikaiju no Gyakushu

Post by jman »

RAM codes collection.

Code: Select all

<!-- Daikaiju no Gyakushu (rev 1) -->
<mamecheat version="1">

    <cheat desc="Infinite Eggs">
        <script state="run">
            <action>maincpu.pb@B427 = 09</action>
        </script>
    </cheat>

    <cheat desc="Always have Power-up">
        <script state="run">
            <action>maincpu.pb@B426 = 81</action>
        </script>
    </cheat>

    <cheat desc="Always Maximum Destroyed Objects">
        <script state="run">
            <action>maincpu.pd@B436 = FFFFFFFF</action>
            <action>maincpu.pw@B43A = FFFF</action>
        </script>
    </cheat>

    <cheat desc="Finish Current Level Now">
        <script state="on">
            <action>maincpu.pb@B103 |= 20</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Level">
        <comment>Set in 'push button' screen after inserted a credit</comment>
        <parameter min="01" max="10" step="01" />
        <script state="change">
            <action>maincpu.pb@A021 = param - 1</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Level">
        <comment>Set in 'push button' screen after inserted a credit</comment>
        <parameter min="01" max="10" step="01" />
        <script state="change">
            <action>maincpu.pb@A022 = param - 1</action>
        </script>
    </cheat>

</mamecheat>
BTW, this game has in-game ROM check. Official database based on 0.264 has two ROM codes, "Invincibility" and "Rapid Fire - Fire".
Don't use these codes if you want to avoid the game freeze. Or use "skip (in-game) ROM check" from here.
jman

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