Deer Hunting USA V4.3

If you are having problems finding or using cheats for an Emulator (particularly MAME/MESS) or have found a trick that you wish to share this is the place to do it. But please read the Cheat FAQ first.
Post Reply
krampus
Posts: 1
Joined: Wed Dec 10, 2014 9:26 am

Deer Hunting USA V4.3

Post by krampus »

For some reason whenever I enable either one or both of the cheats available for that game and I then go ahead and play the game, the game just freezes up right after I shoot a deer. Should I use another version of the game with the cheats available for the game or what? Thank you anybody for your help on this matter.
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: Deer Hunting USA V4.3

Post by Pugsy »

Thanks for the report. Those cheats might have been added when the game wasn't working properly..

Some minor changes and they should work (also added Infinite Chances):-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@209ABF=14</action>
    </script>
  </cheat>

  <cheat desc="Infinite Ammo">
    <script state="run">
	  <action condition="maincpu.pb@209BAF==temp0">maincpu.pb@209BAF=temp0+1</action>
      <action>temp0=maincpu.pb@209BAF-1</action>
    </script>
  </cheat>

  <cheat desc="Infinite Chances">
    <script state="run">
      <action>maincpu.pb@209B1F=03</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)
Post Reply