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?
Problem found with MSCHAMP and MSCHAMPS cheat file
-
- Posts: 15
- Joined: Tue Jan 04, 2011 3:22 pm
- Pugsy
- Posts: 3686
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 19 times
- Contact:
Re: Problem found with MSCHAMP and MSCHAMPS cheat file
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
Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Servicing your cheating needs since 1985

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
-
- Posts: 15
- Joined: Tue Jan 04, 2011 3:22 pm
Re: Problem found with MSCHAMP and MSCHAMPS cheat file
That fixed the problem.
The invincibility cheat works with both settings in the game now.
Thanks!
The invincibility cheat works with both settings in the game now.
Thanks!