[micon2] Micon-Kit Part II

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

[micon2] Micon-Kit Part II

Post by jman »

micon2 will be added in 0.245.

Code: Select all

<cheat desc="keep a ball">
    <script state="on">
        <action>maincpu.mq@0b6a = 40853201f640853a</action>
        <action>maincpu.mq@0b72 = 3a0000408632ec3e</action>
        <!--
        0b6a | 3a 85 40 : lda $4085
        0b6d | f6 01    : ori $01
        0b6f | 32 85 40 : sta $4085
        0b72 | 3e ec    : mvi a,$ec
        0b74 | 32 86 40 : sta $4086
        0b77 | 00       : nop
        0b78 | 00       : nop
        -->
    </script>
    <script state="off">
        <action>maincpu.mq@0b6a = c13a409a227fde21</action>
        <action>maincpu.mq@0b72 = 3ac940c13201f640</action>
    </script>
</cheat>
Post Reply