[fatfury3]
Code: Select all
<cheat desc="Level Selection after Enemy Select Screen">
<comment>Adapted from Unibios debug dipswitch.</comment>
<script state="on">
<action>temp0=maincpu.pb@10E000</action>
</script>
<script state="run">
<action>maincpu.pb@10E000=04|(temp0 BAND ~04)</action>
</script>
<script state="off">
<action>maincpu.pb@10E000=temp0</action>
</script>
</cheat>
Code: Select all
<cheat desc="Always Finish in 1st Place">
<script state="on">
<action>temp0=maincpu.mw@2597E</action>
</script>
<script state="run">
<action>maincpu.mw@2597E=4E71</action>
</script>
<script state="off">
<action>maincpu.mw@2597E=temp0</action>
</script>
</cheat>
<cheat desc="Last Lap Now!">
<script state="on">
<action>maincpu.pb@FFD674=04</action>
</script>
</cheat>