[jockeygp] [jockeygpa] Time
Posted: Fri Nov 16, 2018 4:27 am
Just a simple infinite time select cheat. Nothing worse than betting your virtual life savings away and having to rush it...
Works on both sets without changes.
jockeygp.xml / jockeygpa.xml
Works on both sets without changes.
jockeygp.xml / jockeygpa.xml
Code: Select all
<cheat desc="Infinite Time">
<script state="on">
<action>temp0 =maincpu.rw@105A9E</action>
</script>
<script state="run">
<action>maincpu.rw@105A9E=001E</action>
</script>
<script state="off">
<action>maincpu.rw@105A9F=temp0</action>
</script>
</cheat>