[wrofaero] War of Aero

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

[wrofaero] War of Aero

Post by jman »

Code: Select all

<!-- War of Aero - Project MEIOU -->
<mamecheat version="1">

    <cheat desc="Finish Current Stage Now">
        <script state="on">
            <action>maincpu.pd@301E52 = 00060000</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Stage">
        <parameter min="01" max="16" step="01" />
        <script state="run">
            <action condition="maincpu.pb@300A97 == 00">maincpu.pb@300A97 = param - 1</action>
        </script>
    </cheat>

</mamecheat>
"Select Starting Stage" : Fixed. This game ends after stage 16 (1 lap = 8 stages, total 2 laps).
jman

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