Page 1 of 1

[gauntdl] Gauntlet Dark Legacy

Posted: Thu Jul 16, 2020 10:23 am
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>
  

Re: [gauntdl] Gauntlet Dark Legacy

Posted: Thu Jul 16, 2020 1:02 pm
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>

Re: [gauntdl] Gauntlet Dark Legacy

Posted: Thu Jan 14, 2021 5:02 pm
by austinwolfclaw
Can you check to see if this also works with [gauntdl24]?

Re: [gauntdl] Gauntlet Dark Legacy

Posted: Fri Jul 08, 2022 3:15 pm
by Pugsy
Thanks, added. I've made the cheats for the other 3 players and done the same for gauntdl24.

Re: [gauntdl] Gauntlet Dark Legacy

Posted: Fri Jul 08, 2022 6:27 pm
by ReyVGM
Thanks!