Code: Select all
<!-- Namennayo (Japan) -->
<mamecheat version="1">
<cheat desc="Finish this Scene Now">
<script state="on">
<action>maincpu.pb@401D = 02</action>
</script>
</cheat>
<cheat desc="P1 Select Starting Scene">
<comment>set on 'push start button' screen</comment>
<parameter min="01" max="06" step="01" />
<script state="change">
<action>maincpu.pb@40A2 = param - 1</action>
</script>
</cheat>
<cheat desc="P2 Select Starting Scene">
<comment>set on 'push start button' screen</comment>
<parameter min="01" max="06" step="01" />
<script state="change">
<action>maincpu.pb@40C2 = param - 1</action>
</script>
</cheat>
</mamecheat>