Problem found with MSCHAMP and MSCHAMPS cheat file

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
pacman_fan
Posts: 15
Joined: Tue Jan 04, 2011 3:22 pm

Problem found with MSCHAMP and MSCHAMPS cheat file

Post by pacman_fan »

The Invinciblity cheat works great for the Chamion Edition DIP setting,
but when the game is switched to Super Zola, the Invinciblity cheat doesnt function!

Any thoughts on this?
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: Problem found with MSCHAMP and MSCHAMPS cheat file

Post by Pugsy »

Try this instead..

Code: Select all

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.od@1774</action>
      <action>temp1 =maincpu.od@1FF0</action>
      <action>temp2 =maincpu.od@1FF3</action>
      <action>temp3 =maincpu.od@1FF7</action>
    </script>
    <script state="run">
      <action>maincpu.od@1774=001FF0C3|(maincpu.od@1774 BAND ~00FFFFFF)</action>
      <action>maincpu.od@1FF0=000420A7|(maincpu.od@1FF0 BAND ~00FFFFFF)</action> <!-- 1st = jp $1FF0, 2nd = and a/jp nz, $1FF7 -->
      <action>maincpu.od@1FF3=1764C3AF</action> <!-- xor a/jp $1764 (Normal Ghost) -->
      <action>maincpu.od@1FF7=1777C3AF</action> <!-- xor a/jp $1777 (Blue Ghost) -->
    </script>
    <script state="off">
      <action>maincpu.od@1774=temp0 </action>
      <action>maincpu.od@1FF0=temp1 </action>
      <action>maincpu.od@1FF3=temp2 </action>
      <action>maincpu.od@1FF7=temp3 </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)
pacman_fan
Posts: 15
Joined: Tue Jan 04, 2011 3:22 pm

Re: Problem found with MSCHAMP and MSCHAMPS cheat file

Post by pacman_fan »

That fixed the problem.
The invincibility cheat works with both settings in the game now.

Thanks!
Post Reply