[v4crmaze/v4crmaze2] Crystal Maze cheats

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
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:

[v4crmaze/v4crmaze2] Crystal Maze cheats

Post by Pugsy »

Crystal Maze is finally working after all these years (need to build from GIT), it's been a long time coming and it was a nice incidental fix by Ryan Holtz who was actually fixing something unrelated.

Here's some quick cheats for the first two crystal maze games:

v4crmaze.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>video.pb@8087EB=00</action>
      <action>video.pb@8087F5=5A</action>
    </script>
  </cheat>

  <cheat desc="Don't Count Silver">
    <script state="run">
      <action>video.pb@80DFBF=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
v4crmaze2.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>video.pb@80E5FB=00</action>
      <action>video.pb@80E605=5A</action>
    </script>
  </cheat>

  <cheat desc="Don't Count Silver">
    <script state="run">
      <action>video.pb@80F1C7=00</action>
      <action>video.pb@80F589=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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