[kdeadeye] Dead Eye

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
orescify
Posts: 29
Joined: Wed Jul 26, 2023 6:30 pm
Has thanked: 3 times
Been thanked: 1 time

[kdeadeye] Dead Eye

Post by orescify »

Code: Select all

<mamecheat version="1">

  <cheat desc="P1 Infinite Ammo">
    <script state="run">
      <action>maincpu.pb@087790=08</action>
    </script>
  </cheat>
  
  <cheat desc="P1 No Game Over For Shooting Innocent Victims">
    <script state="run">
      <action>maincpu.pb@0877A4=02</action>
    </script>
  </cheat>
  
  <cheat desc="P1 Accuracy">
    <script state="run">
      <action>maincpu.pb@0877D0=maincpu.pb@0877DC</action>
    </script>
  </cheat>
  
</mamecheat>
Post Reply