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.
TabihitoGaiden
Posts: 40 Joined: Fri May 05, 2006 6:29 pm
Location: Still Wandering...
Contact:
Post
by TabihitoGaiden » Fri Apr 12, 2013 1:12 am
Your usual basic codes from me. Any others would be appreciated, thanks in advance.
Lives and Bombs limits are uncertain as of yet.
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@0016762C=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>maincpu.pb@002240C8=09</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL1">
<script state="run">
<action>maincpu.pb@00224414=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>maincpu.pb@00224410=09</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL2">
<script state="run">
<action>maincpu.pb@002240CC=09</action>
</script>
</cheat>
The journey never ends, as the traveler goes on... into another side tale.
Pugsy
Posts: 3686 Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:
Post
by Pugsy » Sun Jun 09, 2013 7:33 pm
Thanks, added. Though you got the PL1 and PL2 lives addresses crossed over.
Added 80 infront of the addresses as they are the correct WP addresses.
Added a program code Invincibility cheat - has an issue with adding Buzz on collisions but for now I'll have to leave it as it is as I've run out of time on this one, and I'm sure some people will prefer the Buzz part anyway.
Code: Select all
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@8016762C=09</action>
</script>
</cheat>
<cheat desc="Invincibility + Easy Buzz"> <comment>Get Buzz simply by colliding with bullets and enemies</comment>
<script state="run">
<action>maincpu.pd@8009B6E8=08026DD6</action> <!-- Program Code cheat -->
</script>
<script state="off">
<action>maincpu.pd@8009B6E8=1440001B</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>maincpu.pb@80224410=09</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL1">
<script state="run">
<action>maincpu.pb@80224414=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>maincpu.pb@802240C8=09</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL2">
<script state="run">
<action>maincpu.pb@802240CC=09</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->