[trapeze] Trapeze/Trampoline

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
jman
Posts: 1296
Joined: Tue Dec 01, 2020 1:24 pm
Been thanked: 9 times

[trapeze] Trapeze/Trampoline

Post by jman »

trapeze will be added in 0.278.

trapeze.xml

Code: Select all

<!-- Trapeze / Trampoline -->
<mamecheat version="1">

    <cheat desc="keep a man">
        <script state="on">
            <action>maincpu.mq@1636 = 1C84C8A8FF491CA5</action>
            <action>maincpu.mq@163E = 8520008D168506A9</action>
            <action>maincpu.mq@1646 = 4C4085EA154A4C20</action>
            <!--
            1636 | A5 1C    : lda $1c
            1638 | 49 FF    : eor #$ff
            163A | A8       : tay
            163B | C8       : iny
            163C | 84 1C    : sty $1c
            163E | A9 06    : lda #$06
            1640 | 85 16    : sta $16
            1642 | 8D 00 20 : sta $2000
            1645 | 85 20    : sta $20
            1647 | 4C 4A 15 : jmp $154a
            -->
        </script>
        <script state="off">
            <action>maincpu.mq@1636 = 10A92785010927A5</action>
            <action>maincpu.mq@163E = A91C1A200CA92A85</action>
            <action>maincpu.mq@1646 = 4C408520A9168506</action>
        </script>
    </cheat>

</mamecheat>
jman

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