[fantastc] 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: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

[fantastc] cheats

Post by Pugsy »

Looks like galaxian but cheat addresses have no similarity

fantastc.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@84FE=05</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mb@015C</action>
      <action>temp1 =maincpu.mb@1EAF</action>
    </script>
    <script state="run">
      <action>maincpu.mb@015C=18</action> <!-- Bullets -->
      <action>maincpu.mb@1EAF=18</action> <!-- Ship 2 Collisions -->
    </script>
    <script state="off">
      <action>maincpu.mb@015C=temp0 </action>
      <action>maincpu.mb@1EAF=temp1 </action>
    </script>
  </cheat>

  <cheat desc="Rapid Fire"> <comment>This cheat enables continuous attack during by holding the fire button</comment>
    <script state="run">
      <action>maincpu.pb@8626=00|(maincpu.pb@8626 BAND ~01)</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.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)
Bugfinder
Posts: 168
Joined: Tue Sep 25, 2001 1:00 am
Location: Rio de Janeiro, Brasil

Re: [fantastc] cheats

Post by Bugfinder »

This one game from my childhood, I played it a lot here in Rio de Janeiro. Thanks, Pugs :) By the way, I don't know if you noticed but this game doesn't seem to have the "aliens don't fire" bug that Galaga had. Actually, after some stage alien shots become A LOT quicker!

Speaking of Galaga, do you happen to know how to fix the Aliens bug on Galaga? So they don't stop firing? Should require a ROM cheat, correct?
Bugfinder
------------------------------------------
If there's a bug, I'm gonna find it!
Tafoid
Posts: 56
Joined: Thu Aug 28, 2008 7:27 pm

Re: [fantastc] cheats

Post by Tafoid »

Bugfinder wrote:This one game from my childhood, I played it a lot here in Rio de Janeiro. Thanks, Pugs :) By the way, I don't know if you noticed but this game doesn't seem to have the "aliens don't fire" bug that Galaga had. Actually, after some stage alien shots become A LOT quicker!

Speaking of Galaga, do you happen to know how to fix the Aliens bug on Galaga? So they don't stop firing? Should require a ROM cheat, correct?
http://computerarcheology.com/galaga/galaga.html#TOC-8 show the fix - which should be able to be adapted to a 'fix' cheat.
Bugfinder
Posts: 168
Joined: Tue Sep 25, 2001 1:00 am
Location: Rio de Janeiro, Brasil

Re: [fantastc] cheats

Post by Bugfinder »

Great read, thanks a lot Tafoid!
Bugfinder
------------------------------------------
If there's a bug, I'm gonna find it!
Post Reply