[mspacpls]+ Kill Screen Fixes

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]+ Kill Screen Fixes

Post by pac_man_fan2 »

Credit to Don Hodges, I just put the code into a cheat file. Works for:
These games/clone use a different pokes! Works for:
mspacpls, mspacii, mspacii2, mspacmab, mspacmab2, pacgal, mspacmbe, mspacmbmc, mspacmanbg, mspacmanblt, mspacmanbhe, mspacmanbgd, mspacmanbg2, mspacmanbcc, mspacmanbco, mspacmanbl

Code: Select all

  <cheat desc="Kill Screen Fix (All of Them)"> <comment>By Don Hodges.</comment>
    <script state="on">
      <action>temp0=maincpu.mb@95C8</action>
      <action>temp1=maincpu.mb@94C3</action>
      <action>temp2=maincpu.mb@94D8</action>
      <action>temp3=maincpu.mb@9595</action>
      <action>temp4=maincpu.mb@95A7</action>
      <action>temp5=maincpu.mq@2BF0</action>
      <action>temp6=maincpu.mb@2BF8</action>
      <action>temp7=maincpu.mq@8793</action>
      <action>temp8=maincpu.mw@879B</action>
      <action>temp9=maincpu.mw@1FFE</action>
    </script>
    <script state="run">
      <action>maincpu.mb@95C8=D2</action>       <!-- Part1: 132,133,139-141: Ghost Slowdown at Bottom Right Corner -->
      <action>maincpu.mb@94C3=D2</action>       <!-- Part2: 134: Upside Down Screen -->
      <action>maincpu.mb@94D8=D2</action>
      <action>maincpu.mb@9595=D2</action>       <!-- Part3: Above Board 150 Color Bug -->
      <action>maincpu.mb@95A7=D2</action>
      <action>maincpu.md@2BF0=C34E133A</action> <!-- Level 255 Split Screen -->
      <action>maincpu.mw@2BF4=8793</action>
      <action>maincpu.mb@2BF8=3C</action>
      <action>maincpu.mq@8793=C3073E2BF8DA07FE</action>
      <action>maincpu.mw@879B=2BF9</action>
      <action>maincpu.mw@1FFE=FFFF</action>      <!-- Checksum Disabled -->
    </script>
    <script state="off">
      <action>maincpu.mb@95C8=temp0</action>
      <action>maincpu.mb@94C3=temp1</action>
      <action>maincpu.mb@94D8=temp2</action>
      <action>maincpu.mb@9595=temp3</action>
      <action>maincpu.mb@95A7=temp4</action>
      <action>maincpu.mq@2BF0=temp5</action>
      <action>maincpu.mb@2BF8=temp6</action>
      <action>maincpu.mq@8793=temp7</action>
      <action>maincpu.mw@879B=temp8</action>
      <action>maincpu.mw@1FFE=temp9</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]+ Kill Screen Fixes

Post by Pugsy »

Thanks, I've added the tweaked smaller cheats similar to the other version. mspacmanbl doesn't exist though.
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