Lives and Bombs limits are uncertain as of yet but seem to be fairly strict, these are based on the game settings limits (5 each), the usual 9 for either freezes up the game.
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@002F298C=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>maincpu.pb@002F2AB4=05</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL1">
<script state="run">
<action>maincpu.pb@002F2AAC=05</action>
</script>
</cheat>
<cheat desc="Always Maximum Shot Power PL1">
<script state="run">
<action>maincpu.pb@002F2AA8=03</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>maincpu.pb@002F2ACC=05</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL2">
<script state="run">
<action>maincpu.pb@002F2AC4=05</action>
</script>
</cheat>
<cheat desc="Always Maximum Shot Power PL2">
<script state="run">
<action>maincpu.pb@002F2AC0=03</action>
</script>
</cheat>