[mspacpls} Fixed Speed-Up Patch

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
pac_man_fan2
Posts: 62
Joined: Fri Dec 06, 2019 1:49 pm

[mspacpls} Fixed Speed-Up Patch

Post by pac_man_fan2 »

MSPACPLS already has the P1 and P2 cheat code, so the standard speed-up doesnt work as it currently is in the cheat file database.

I modified the patch, to simply run the P2 (Speed Up) all the time as if P2 was pressed. WOuld be great if the database code could get updated for all!

Code: Select all

  <cheat desc="Enable Speed Hack (MsPacpls)"> <comment>This will greatly speed up your character.</comment>
    <script state="on">
      <action>temp0 =maincpu.mw@1FD3</action>
    </script>
    <script state="run">
      <action>maincpu.mw@1FD3=0000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@1FD3=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: [mspacpls} Fixed Speed-Up Patch

Post by Pugsy »

Thanks, updated.
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