[fcombat] Basic cheats

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
stephh
Posts: 601
Joined: Fri Aug 17, 2001 1:00 am
Location: Paris, France

[fcombat] Basic cheats

Post by stephh »

Surprisingly, there is an "Invincibility" cheat but credits and lives are missing :-? Here they are :

Code: Select all

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@c001=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@c048=06</action>
    </script>
  </cheat>
FYI, the game hardware and Z80 code is really similar to 'exerion', so might find some other things in RAM area range 0xc000-0xc5ff (0x6000-0x65ff in 'exerion') ...

Image Steph from The Ultimate Patchers Image
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [fcombat] Basic cheats

Post by Pugsy »

Added, thanks
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