[puckman]+ 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

[puckman]+ Fast pacman with Normal Intermissions

Post by pac_man_fan2 »

Took me a while to get this right, works for clones: puckman, pacman, pacmanfm, pacmansp, pacmanso, pacmanpe, pacmanvg, pacmod, puckmod, pacheart, joyman, abscam, newpuckx, puckmanb:

I removed pacuman from this post, see other post for alternate memory address for (pacuman)

Code: Select all

  <cheat desc="Speed-Up Normal Intermissions"> <comment>Speed-Up with Normal Intermissions</comment>
    <script state="on">
      <action>temp0=maincpu.md@1809</action>
      <action>temp1=maincpu.mq@1FC0</action>
      <action>temp2=maincpu.mq@1FC8</action>
      <action>temp9=maincpu.mw@301A</action>
    </script>

    <script state="run">
      <action>maincpu.mw@1809=C0C3</action>
      <action>maincpu.mb@180B=1F</action>
      <action>maincpu.mq@1FC0=1845CA03FE4E043A</action>
      <action>maincpu.mq@1FC8=C9351811CABEFF3E</action>
      <action>maincpu.mw@301A=0000</action>
    </script>

    <script state="off">
      <action>maincpu.md@1809=temp0 </action>
      <action>maincpu.mq@1FC0=temp1 </action>
      <action>maincpu.mq@1FC8=temp2 </action>
      <action>maincpu.mw@301A=temp9 </action>
    </script>
  </cheat>
Last edited by pac_man_fan2 on Tue Jan 14, 2020 1:09 am, edited 1 time in total.
pac_man_fan2
Posts: 62
Joined: Fri Dec 06, 2019 1:49 pm

Re: [puckman]+ Fast pacman with Normal Intermissions

Post by pac_man_fan2 »

I just updated the list of clones for this memory range, removed popeyeman, find that one in the hangly version.
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: [puckman]+ 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