Page 1 of 1

[trapeze] Trapeze/Trampoline

Posted: Sun May 25, 2025 1:04 pm
by jman
trapeze will be added in 0.278.

trapeze.xml

Code: Select all

    <cheat desc="Infinite Credits">
        <script state="run">
            <action>maincpu.pb@0008 = FF</action>
        </script>
    </cheat>

    <cheat desc="Infinite Lives">
        <script state="run">
            <action>maincpu.pb@000B = 09</action>
        </script>
    </cheat>