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

[newpuc2]+ Fast pacman with Normal Intermissions

Post by pac_man_fan2 »

Modified memory locations for these, works for ctrpllrp, newpuc2, newpuc2b, puckmanh, popeyeman:

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@1FED</action>
      <action>temp2=maincpu.mq@1FF5</action>
      <action>temp9=maincpu.mw@301A</action>
    </script>

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

    <script state="off">
      <action>maincpu.md@1809=temp0 </action>
      <action>maincpu.mq@1FED=temp1 </action>
      <action>maincpu.mq@1FF5=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: [newpuc2]+ Fast pacman with Normal Intermissions

Post by Pugsy »

These are identical copies of ones you posted in an earlier thread...
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