[thehand]+ The Hand/Got-Ya

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

[thehand]+ The Hand/Got-Ya

Post by jman »

gotya is clone of thehand but some codes are missing in official package based on 0.245
  • thehand doesn't have "invincibility" and "P2 One Dot to Finish Level Now!" codes.
  • gotya doesn't have "infinite credit" code.
Luckily, RAM and ROM codes for thehand and gotya seem to have the same address and code.
So you can convert "invincibility" easily from gotya to thehand.
But current "invincibility" is incomplete because you can't eat an enemy.
The following code will fix this problem.

Code: Select all

<cheat desc="no hit">
    <script state="on">
        <action>maincpu.mb@16be = 00</action>
    </script>
    <script state="off">
        <action>maincpu.mb@16be = ff</action>
    </script>
</cheat>
Post Reply