Lives and Bombs limits are uncertain as of yet. Credits is weird, the second address gets you the actual credits but does not immediately register, the first one makes it do so (goes from logos to title). Shot Power's kind of hard to discern too.
Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@0018408C=09</action>
<action>maincpu.pb@00184094=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL1">
<script state="run">
<action>maincpu.pb@00184024=09</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL1">
<script state="run">
<action>maincpu.pb@0018403C=09</action>
</script>
</cheat>
<cheat desc="Infinite Lives PL2">
<script state="run">
<action>maincpu.pb@0018404C=09</action>
</script>
</cheat>
<cheat desc="Infinite Bombs PL2">
<script state="run">
<action>maincpu.pb@00184064=09</action>
</script>
</cheat>