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.
-
jman
- Posts: 1257
- Joined: Tue Dec 01, 2020 1:24 pm
- Been thanked: 9 times
Post
by jman »
gamsharaj will work on 0.254. Basic codes are the following.
Code: Select all
<cheat desc="infinite credits">
<script state="run">
<action>maincpu.pb@80112050 = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite lives">
<script state="run">
<action>maincpu.pb@800ffa3c = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite bombs">
<script state="run">
<action>maincpu.pb@800ffa3d = 04</action>
</script>
</cheat>
<cheat desc="P1 invincibility">
<script state="run">
<action>maincpu.pb@800ff9e6 = 02</action>
</script>
</cheat>
<cheat desc="P2 infinite lives">
<script state="run">
<action>maincpu.pb@800ffaec = 09</action>
</script>
</cheat>
<cheat desc="P2 infinite bombs">
<script state="run">
<action>maincpu.pb@800ffaed = 04</action>
</script>
</cheat>
<cheat desc="P2 invincibility">
<script state="run">
<action>maincpu.pb@800ffa96 = 02</action>
</script>
</cheat>
"invincibility" uses "flicker timer" so that it may cause a side effect.
-
jman
- Posts: 1257
- Joined: Tue Dec 01, 2020 1:24 pm
- Been thanked: 9 times
Post
by jman »
gamshara has different address from gamsharao (old gamsharaj). Address difference is ±0x01d8.
gamshara.xml
Code: Select all
<!-- Gamshara (20020912A / 10021 Ver.A) -->
<mamecheat version="1">
<cheat desc="infinite credits">
<script state="run">
<action>maincpu.pb@80112228 = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite life">
<script state="run">
<action>maincpu.pb@800ffc14 = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite bomb">
<script state="run">
<action>maincpu.pb@800ffc15 = 04</action>
</script>
</cheat>
<cheat desc="P1 invincibility">
<script state="run">
<action>maincpu.pb@800ffbbe = 02</action>
</script>
</cheat>
<cheat desc="P2 infinite life">
<script state="run">
<action>maincpu.pb@800ffcc4 = 09</action>
</script>
</cheat>
<cheat desc="P2 infinite bomb">
<script state="run">
<action>maincpu.pb@800ffcc5 = 04</action>
</script>
</cheat>
<cheat desc="P2 invincibility">
<script state="run">
<action>maincpu.pb@800ffc6e = 02</action>
</script>
</cheat>
</mamecheat>
gamsharao.xml
Code: Select all
<!-- Gamshara (20020716A / 10021 Ver.A) -->
<mamecheat version="1">
<cheat desc="infinite credits">
<script state="run">
<action>maincpu.pb@80112050 = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite life">
<script state="run">
<action>maincpu.pb@800ffa3c = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite bomb">
<script state="run">
<action>maincpu.pb@800ffa3d = 04</action>
</script>
</cheat>
<cheat desc="P1 invincibility">
<script state="run">
<action>maincpu.pb@800ff9e6 = 02</action>
</script>
</cheat>
<cheat desc="P2 infinite life">
<script state="run">
<action>maincpu.pb@800ffaec = 09</action>
</script>
</cheat>
<cheat desc="P2 infinite bomb">
<script state="run">
<action>maincpu.pb@800ffaed = 04</action>
</script>
</cheat>
<cheat desc="P2 invincibility">
<script state="run">
<action>maincpu.pb@800ffa96 = 02</action>
</script>
</cheat>
</mamecheat>