[jockeygp] [jockeygpa] Time

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
Slade1972
Posts: 11
Joined: Wed Nov 14, 2018 1:14 pm

[jockeygp] [jockeygpa] Time

Post by Slade1972 »

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

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>
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [jockeygp] [jockeygpa] Time

Post by Pugsy »

Thanks, added & fixed it slightly as .rw and temp0 indicates a ROM cheat, it works but it actually only needs a RAM cheat.

Code: Select all

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@105A9F=3B</action>
    </script>
    <script state="off">
      <action>maincpu.pb@105A9F=01</action>
    </script>
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply