[battlex] Battle Cross

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: 1316
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[battlex] Battle Cross

Post by jman »

RAM codes collection.

Code: Select all

    <cheat desc="Infinite Credits">
        <script state="run">
            <action>maincpu.pb@A039 = 99</action>
        </script>
    </cheat>

    <cheat desc="Infinite Fuel">
        <script state="run">
            <action>maincpu.pb@9168 = 40</action>
            <action>maincpu.pb@916C = 38</action>
            <action>maincpu.pb@9170 = 30</action>
            <action>maincpu.pb@9174 = 28</action>
        </script>
    </cheat>

    <cheat desc="Finish this Scene Now">
        <script state="on">
            <action>maincpu.pb@A095 = 01</action>
        </script>
    </cheat>
jman

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