[daikaiju] Daikaiju no Gyakushu
Posted: Tue Nov 19, 2024 10:21 am
RAM codes collection.
BTW, this game has in-game ROM check. Official database based on 0.264 has two ROM codes, "Invincibility" and "Rapid Fire - Fire".
Don't use these codes if you want to avoid the game freeze. Or use "skip (in-game) ROM check" from here.
Code: Select all
<!-- Daikaiju no Gyakushu (rev 1) -->
<mamecheat version="1">
<cheat desc="Infinite Eggs">
<script state="run">
<action>maincpu.pb@B427 = 09</action>
</script>
</cheat>
<cheat desc="Always have Power-up">
<script state="run">
<action>maincpu.pb@B426 = 81</action>
</script>
</cheat>
<cheat desc="Always Maximum Destroyed Objects">
<script state="run">
<action>maincpu.pd@B436 = FFFFFFFF</action>
<action>maincpu.pw@B43A = FFFF</action>
</script>
</cheat>
<cheat desc="Finish Current Level Now">
<script state="on">
<action>maincpu.pb@B103 |= 20</action>
</script>
</cheat>
<cheat desc="P1 Select Starting Level">
<comment>Set in 'push button' screen after inserted a credit</comment>
<parameter min="01" max="10" step="01" />
<script state="change">
<action>maincpu.pb@A021 = param - 1</action>
</script>
</cheat>
<cheat desc="P2 Select Starting Level">
<comment>Set in 'push button' screen after inserted a credit</comment>
<parameter min="01" max="10" step="01" />
<script state="change">
<action>maincpu.pb@A022 = param - 1</action>
</script>
</cheat>
</mamecheat>
Don't use these codes if you want to avoid the game freeze. Or use "skip (in-game) ROM check" from here.