Eagle Shot (eaglshot)

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
HazeWIP
Posts: 8
Joined: Wed Mar 11, 2015 7:50 pm

Eagle Shot (eaglshot)

Post by HazeWIP »

I'm looking to improve the SSV emulation and I've noticed this has no cheats, but is apparently one of the good test cases.

I suck at the game, so stuff to keep the shot count down so that it's easy to get birdies, eagles, holes in one etc. as well as control over power etc. would be handy.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: Eagle Shot (eaglshot)

Post by Pugsy »

Some quick ones, it's late. Don't know if the Hole in One cheats are good - as there seems to be a holes count going on at cb6 which seems to cause issues if it's messed about with - not sure if its emulation related or not.

The always hit ball in middle cheat coupled with the just changing the shot power (which can be controlled as standard in game) seems to make holes fairly easy though.

Code: Select all

<mamecheat version="1">

  <cheat desc="Always Hit Ball in Middle"> <comment>Note if the middle of the hit bar is in or near the red zone then change the club or turn this cheat off</comment>
    <script state="run">
      <action>maincpu.pw@001336=0000</action>
    </script>
  </cheat>

  <cheat desc="Infinite Shot Time">
    <script state="run">
      <action>maincpu.pw@00129C=3C3C</action>
    </script>
  </cheat>

  <cheat desc="Always get a Hole in One">
    <script state="run">
      <action>maincpu.pb@000CB3=01</action>
    </script>
  </cheat>

  <cheat desc="Reset Strokes Now!">
    <script state="on">
      <action>maincpu.pb@000CB3=01</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
HazeWIP
Posts: 8
Joined: Wed Mar 11, 2015 7:50 pm

Re: Eagle Shot (eaglshot)

Post by HazeWIP »

thanks, should help make life a bit easier at least :)
Post Reply