War Gods infinite energy cheats are still not working

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
georgc3
Posts: 26
Joined: Thu Aug 14, 2008 10:22 am

War Gods infinite energy cheats are still not working

Post by georgc3 »

I recently tested the infinite energy cheats for war gods in the latest version 0.163 and using the latest rom set and chd file which is the War Gods (HD 10/09/1996 - Dual Resolution). The infinite energy cheats for Player 1 and Player 2 is still not working as the energy bar is still being reduced as the opponents attack. The only cheats that are working are infinite time and hit anywhere cheat and those are the only ones are working. The infinite energy cheats for player 1 and player 2 are still not working.
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: War Gods infinite energy cheats are still not working

Post by Pugsy »

Well it works for me, I fixed them in mame 0.156 after the last report. I guess it must be a dynamic allocation issue with MAME versions or builds....I've not made a dynamic cheat for a few years, but try this on all the levels....if it doesn't work then I'm afraid you are s... out of luck as the game is simply too slow for my current mame machine with the debugger enabled.

Code: Select all

  <cheat desc="P1 Infinite Energy">
    <script state="run">
      <action>maincpu.pd@((maincpu.pd@3A5B)+68)=00001000</action>
    </script>
  </cheat>
  <cheat desc="P1 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pw@((maincpu.pd@3A5B)+68)=00000000</action>
    </script>
  </cheat>
  <cheat desc="P2 Infinite Energy">
    <script state="run">
      <action>maincpu.pd@((maincpu.pd@3A5C)+68)=00001000</action>
    </script>
  </cheat>
  <cheat desc="P2 Drain All Energy Now!">
    <script state="on">
      <action>maincpu.pw@((maincpu.pd@3A5C)+68)=00000000</action>
    </script>
  </cheat>
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)
georgc3
Posts: 26
Joined: Thu Aug 14, 2008 10:22 am

Re: War Gods infinite energy cheats are still not working

Post by georgc3 »

I can confirm that the the cheat posted above now works in all levels. Thank you very much.
Post Reply