[gauntdl] Gauntlet Dark Legacy

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
User avatar
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

[gauntdl] Gauntlet Dark Legacy

Post by ReyVGM »

I found some cheats for this game. The Turbo Gauge should be looked at by someone that knows more about MAME's cheat format because I used the same value as the infinite energy cheat and I don't know if that could cause issues. It looks like it's working fine though. The bar doesn't spill over and if you turn off the cheat and use a power move, the bar depletes as it should, so I guess the value works fine.

Tried to find the Gold address, but I couldn't.

Code: Select all

  
  <cheat desc="P1 Infinite Potions">
    <script state="run">
      <action>maincpu.pb@8021EB68=09</action>
    </script>
  </cheat>

   <cheat desc="P1 Max Turbo Gauge">
    <script state="run">
      <action>maincpu.pw@8021EB4E=4491</action>
    </script>
  </cheat>
  
User avatar
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [gauntdl] Gauntlet Dark Legacy

Post by ReyVGM »

Found the gold address and the character level address.

Code: Select all

    <cheat desc="P1 Character Level 99">
    <script state="run">
      <action>maincpu.pw@8021EB90=63</action>
    </script>
  </cheat>

  
      <cheat desc="P1 Infinite Gold">
    <script state="run">
      <action>maincpu.pw@8021EBA0=10FF</action>
    </script>
  </cheat>
User avatar
austinwolfclaw
Posts: 4
Joined: Thu Jan 18, 2018 6:30 am
Location: Michigan
Contact:

Re: [gauntdl] Gauntlet Dark Legacy

Post by austinwolfclaw »

Can you check to see if this also works with [gauntdl24]?
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: [gauntdl] Gauntlet Dark Legacy

Post by Pugsy »

Thanks, added. I've made the cheats for the other 3 players and done the same for gauntdl24.
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)
User avatar
ReyVGM
Posts: 147
Joined: Thu May 11, 2006 3:55 pm
Contact:

Re: [gauntdl] Gauntlet Dark Legacy

Post by ReyVGM »

Thanks!
Post Reply