[bcruzm12] Battle Cruiser M-12

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

[bcruzm12] Battle Cruiser M-12

Post by jman »

RAM codes collection.

Code: Select all

<!-- Battle Cruiser M-12 -->
<mamecheat version="1">

    <cheat desc="Infinite Credits">
        <script state="run">
            <action>maincpu.pb@800F = 63</action>
            <action>maincpu.pb@8B60 = 09</action>
            <action>maincpu.pb@8B80 = 09</action>
        </script>
    </cheat>

    <cheat desc="Call Red Submarine Now">
        <script state="on">
            <action>maincpu.pb@8019 |= 01</action>
        </script>
    </cheat>

    <cheat desc="P1 Select Starting Round">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@801F == 01">maincpu.pb@801F = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Round">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@8057 == 01">maincpu.pb@8057 = param</action>
        </script>
    </cheat>

    <cheat desc="Rapid Fire">
        <script state="run">
            <action>maincpu.pb@80E7 &amp;= ~20</action>
        </script>
    </cheat>

</mamecheat>
"Rapid Fire" : Replaced with "&=" to clear bit 5.
jman

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