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.
walterh78
Posts: 54 Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:
Post
by walterh78 » Tue Sep 06, 2011 5:42 am
I fix the invincibility cheat. This cheat has a bonus: If you crash into enemies, they explode.
Code: Select all
<cheat desc="Invincibility PL1">
<script state="run">
<action>maincpu.pb@F643D=00</action>
</script>
</cheat>
<cheat desc="Invincibility PL2">
<script state="run">
<action>maincpu.pb@F653D=00</action>
</script>
</cheat>
Tested in: MAME 0.143
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"
kryul73
Posts: 14 Joined: Tue Jan 04, 2011 2:38 pm
Post
by kryul73 » Tue Sep 06, 2011 2:23 pm
<cheat desc="Invincibility PL1">
<script state="run">
<action>maincpu.ob @F642D=02</action>
</script>
</cheat>
<cheat desc="Invincibility PL2">
<script state="run">
<action>maincpu.ob @F652D=02</action>
</script>
</cheat>
walterh78
Posts: 54 Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:
Post
by walterh78 » Tue Sep 06, 2011 4:31 pm
Works. But it's more fun to crashing the enemies!
Also if you enable the cheat before the start of the first stage, the Valkyrie is not displayed, you can only see the nose. You need move it to up.
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"