Code: Select all
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@5802=99</action>
</script>
</cheat>
The "CRE." displayed at the bottom right of the screen is in fact not really the number of credits (especially when coinage isn't 1C_1C) as it relies on a transformation of real number of credits (stored at 0x5802) based on settings (coins needed stored at 0x5806 and credits awarded at 0x5804). Check code at 0x080b which displays the odd value.

