[hyperspt] and clones Skeet Shooting cheats

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
MomoneDk
Posts: 8
Joined: Sat Jun 02, 2012 5:08 pm

[hyperspt] and clones Skeet Shooting cheats

Post by MomoneDk »

Works for hyperspt, hypersptb, hpolym84

The second cheat is for when you miss a target.

Code: Select all

      <cheat desc="Large Sight In Skeet Shooting">
    <script state="run">
      <action>maincpu.pb@31c6=10</action>
    </script>
  </cheat>
  
        <cheat desc="Always Able To Shoot In Skeet Shooting">
    <script state="run">
      <action>maincpu.pb@31c5=02</action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [hyperspt] and clones Skeet Shooting cheats

Post by Pugsy »

Thanks, added.

The always able to shoot cheats also opens up the capability of a rapid fire cheat....

Code: Select all

  <cheat desc="Rapid Fire in Skeet Shooting">
    <script state="run">
      <action>maincpu.pb@3013=00|(maincpu.pb@3013 BAND ~05)</action>
      <action>maincpu.pb@31C5=02</action>
    </script>
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply