[trapeze] Trapeze/Trampoline
Posted: Sun May 25, 2025 1:04 pm
trapeze will be added in 0.278.
trapeze.xml
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>