[pacman, pacplus]+ Intermission extended for Cutscene #2 and #3

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

[pacman, pacplus]+ Intermission extended for Cutscene #2 and #3

Post by pac_man_fan2 »

Since being a 13yo kid playing and loving pacman, I was always put off how the 2nd and 3rd Intermissions never played the entire tune, and gets cut off when the animation ended.

Now my childhood dream comes true! I found the timers, and patched them to play each cutscene tune in Full.
Even if no one else cared about that :-) I'm happy with this little patch.

The same code works with Pacman and all it's clones, Hangly and Pacman Plus too.
Note that PacMan Plus Uses the Same memory address.

Code: Select all

<cheat desc="Intermissions 2 and 3 Play Tune till End">
  <script state="on">
      <action>temp0=maincpu.mb@2265</action>
      <action>temp1=maincpu.mb@2303</action>
    </script>

  <script state="run">
	<action>maincpu.mb@2265=64</action>  <!-- Extend 2nd intermission -->
	<action>maincpu.mb@2303=57</action>  <!-- Extend 3nd intermission -->
  </script>

  <script state="off">
      <action>maincpu.mb@2265=temp0</action>
      <action>maincpu.mb@2303=temp1</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: [pacman, pacplus]+ Intermission extended for Cutscene #2 and #3

Post by Pugsy »

Thanks, added
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