[kickman] Kickman

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: 843
Joined: Tue Dec 01, 2020 1:24 pm

[kickman] Kickman

Post by jman »

Code: Select all

<cheat desc="keep a balloon">
    <script state="on">
        <action>maincpu.mq@0b7f = 2f077edded0336dd</action>
        <action>maincpu.mq@0b87 = 000000e3180777dd</action>
        <!--
        0b7f | dd 36 03 ed : ld (ix+$03),$ed
        0b83 | dd 7e 07    : ld a,(ix+$07)
        0b86 | 2f          : cpl
        0b87 | dd 77 07    : ld (ix+$07),a
        0b8a | 18 e3       : jr $0b6f
        -->
    </script>
    <script state="off">
        <action>maincpu.mq@0b7f = fd592857cb730f3a</action>
        <action>maincpu.mq@0b87 = 75dd000021000136</action>
    </script>
</cheat>

<cheat desc="skip rom check">
    <script state="on">
        <action>maincpu.mb@5acd = 8c</action>
    </script>
    <script state="off">
        <action>maincpu.mb@5acd = 8d</action>
    </script>
</cheat>
"keep a balloon" is "keep a bomb" in challenging rack (bonus round) though.
Post Reply