[pacplus] Fast pacman with Normal Intermissions

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

[pacplus] Fast pacman with Normal Intermissions

Post by pac_man_fan2 »

Modified memory locations.

Code: Select all

  <cheat desc="Speed-Up Normal Intermissions"> <comment>Speed-Up with Normal Intermissions</comment>
    <script state="on">
      <action>temp0=maincpu.md@182B</action>
      <action>temp1=maincpu.mq@3CE0</action>
      <action>temp2=maincpu.mq@3CE8</action>
      <action>temp9=maincpu.mw@301A</action>
    </script>

    <script state="run">
      <action>maincpu.mw@182B=E0C3</action>
      <action>maincpu.mb@182D=3C</action>
      <action>maincpu.mq@3CE0=1867CA03FE4E043A</action>
      <action>maincpu.mq@3CE8=C9351833CABEFF3E</action>
      <action>maincpu.mw@301A=0000</action>
    </script>

    <script state="off">
      <action>maincpu.md@182B=temp0 </action>
      <action>maincpu.mq@3CE0=temp1 </action>
      <action>maincpu.mq@3CE8=temp2 </action>
      <action>maincpu.mw@301A=temp9 </action>
    </script>
  </cheat>
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [pacplus] Fast pacman with Normal Intermissions

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply