[cothello] Computer Othello

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

[cothello] Computer Othello

Post by jman »

Code: Select all

<cheat desc="ignore othello rule">
    <script state="on">
        <action>maincpu.mw@02a9 = 02ab</action>
    </script>
    <script state="off">
        <action>maincpu.mw@02a9 = 01fc</action>
    </script>
</cheat>
"ignore othello rule" is unique. You can put a piece freely onto empty square.
ImageImage

Also you can override opponent piece.
ImageImage
Post Reply