[macross] Macross

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

[macross] Macross

Post by jman »

Code: Select all

<!-- Super Spacefortress Macross / Chou-Jikuu Yousai Macross -->
<mamecheat version="1">

    <cheat desc="Finish this Stage Now">
        <script state="on">
            <action>maincpu.pw@F9022 = F000</action>
        </script>
    </cheat>

    <cheat desc="Select Starting Stage">
        <parameter>
            <item value="0x0000">Stage 1 (1st lap)</item>
            <item value="0x0001">Stage 2 (1st lap)</item>
            <item value="0x0002">Stage 3 (1st lap)</item>
            <item value="0x0003">Stage 4 (1st lap)</item>
            <item value="0x0004">Stage 5 (1st lap)</item>
            <item value="0x0005">Stage 6 (1st lap)</item>
            <item value="0x0006">Stage 7 (1st lap)</item>
            <item value="0x0100">Stage 1 (2nd lap)</item>
            <item value="0x0101">Stage 2 (2nd lap)</item>
            <item value="0x0102">Stage 3 (2nd lap)</item>
            <item value="0x0103">Stage 4 (2nd lap)</item>
            <item value="0x0104">Stage 5 (2nd lap)</item>
            <item value="0x0105">Stage 6 (2nd lap)</item>
            <item value="0x0106">Stage 7 (2nd lap)</item>
        </parameter>
        <script state="run">
            <action condition="(maincpu.pb@F9021 == 00) and (maincpu.pb@F902F == 00)">maincpu.pb@F9021 = (param band FF), maincpu.pb@F902F = ((param band FF00) rshift 8)</action>
        </script>
    </cheat>

</mamecheat>
"Select Starting Stage" : Improved. This game ends with the ending at stage 14 (stage 7 in 2nd lap). $F9021 is stage and $F902F is lap.
jman

my wip cheat database back-up (2024/12/01 ver.)
https://u3.getuploader.com/...../download/47
downloadpass : jman2020
Post Reply