Page 1 of 1

[netwars] Net Wars

Posted: Sun Nov 24, 2024 1:26 pm
by jman

Code: Select all

<!-- Net Wars -->
<mamecheat version="1">

    <cheat desc="P1 Select Starting Level">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@5829 == 01">maincpu.pb@5829 = param</action>
        </script>
    </cheat>

    <cheat desc="P2 Select Starting Level">
        <parameter min="01" max="99" step="01" />
        <script state="run">
            <action condition="maincpu.pb@582A == 01">maincpu.pb@582A = param</action>
        </script>
    </cheat>

</mamecheat>