[hapytour] Finish round with 100% Now! + other 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
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

[hapytour] Finish round with 100% Now! + other cheats

Post by walterh78 »

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@302C35A4=09</action>
      <action>maincpu.pb@302C35A8=63</action>
    </script>
  </cheat>

  <cheat desc="Finish round with 100% Now!">
    <script state="on">
      <action>maincpu.pb@302C352C=E8</action>
      <action>maincpu.pb@302C352D=03</action>
    </script>
  </cheat>

  <cheat desc="Infinite Full Gauge">
    <script state="run">
      <action>maincpu.pb@302C3544=73</action>
    </script>
  </cheat>

  <cheat desc=" "/>

  <cheat desc="Infinite Lives PL1">
    <script state="run">
      <action>maincpu.pb@302C22D8=05</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives PL2">
    <script state="run">
      <action>maincpu.pb@302C2304=05</action>
    </script>
  </cheat>

</mamecheat>
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
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: [hapytour] Finish round with 100% Now! + other cheats

Post by Pugsy »

Thanks, added. Just to complete the set.....

Code: Select all

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>maincpu.pb@302C35D8=63</action>
    </script>
  </cheat>

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@30026763=EA</action> <!-- Program Code cheat -->
    </script>
    <script state="off">
      <action>maincpu.pb@30026763=1A</action>
    </script>
  </cheat>
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)
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

Re: [hapytour] Finish round with 100% Now! + other cheats

Post by walterh78 »

Thanks to complete set, Pugsy. I tried to find the invincibility's cheat, but hard to me.

Have you any idea how to start search invincibility's cheats in Qix style games?

TIA. :)
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
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: [hapytour] Finish round with 100% Now! + other cheats

Post by Pugsy »

I skip finding RAM cheats in QIX games as past experience has shown they are unlikely to work. So I just skip straight to finding a ROM/Program code cheat with the debugger for which you will need to understand some assembler...after that it's a matter of using TRACE and finding the branches that you need to skip or force.
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