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 »
Really basic ones too, invincibility and any other tough-to-make codes would be appreciated, so thanks in advance...
Code: Select all
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@20087F=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>maincpu.pb@200A0D=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>maincpu.pb@200A75=09</action>
</script>
</cheat>
</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
Apologies for the belated posting.
The journey never ends, as the traveler goes on... into another side tale.
-
Pugsy
- Posts: 3688
- Joined: Fri Aug 17, 2001 12:59 am
- Location: North Wales, UK.
- Has thanked: 1 time
- Been thanked: 19 times
-
Contact:
Post
by Pugsy »
Code: Select all
<cheat desc="Infinite Bonus Round Time"> <comment>Only enable on the Bonus Round and Disable when you have finished the level or you won't progress</comment>
<script state="run">
<action>maincpu.pb@201FA7=63</action>
</script>
<script state="off">
<action>maincpu.pb@201FA7=02</action>
</script>
</cheat>
<cheat desc="Invincibility PL1">
<script state="run">
<action>maincpu.pb@200A0F=02</action>
</script>
</cheat>
<cheat desc="Invincibility PL2">
<script state="run">
<action>maincpu.pb@200A77=02</action>
</script>
</cheat>