[sms1, sms1pal] Snail Maze
Posted: Sat Dec 19, 2015 6:16 pm
Not sure if it belongs here or in the software list section as it is a system and not an arcade game.
Code: Select all
<cheat desc="Snail Maze"/>
<cheat desc="Infinite Time">
<script state="run">
<action>maincpu.pb@C233=99</action>
</script>
</cheat>
<cheat desc="Level Select">
<parameter min="1" max="12" step="1"/>
<script state="run">
<action>maincpu.pb@C230=param</action>
<action>maincpu.pb@C231=param</action>
</script>
</cheat>