[exzisus] cheat fix

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
wayder
Posts: 15
Joined: Thu Jan 03, 2002 1:00 am
Location: Japan
Contact:

[exzisus] cheat fix

Post by wayder »

CPU name 'cpuc' cheat is not working
Changed CPU name 'cpuc' to 'maincpu', it works.

Code: Select all

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@EB70=00</action>
    </script>
  </cheat>

  <cheat desc="Always have Bird + Dog Option">
    <script state="run">
      <action>maincpu.pb@E50F=C0</action>
      <action>maincpu.pb@E530=8C</action>
      <action>maincpu.pb@E540=8D</action>
    </script>
  </cheat>

  <cheat desc="Always have Disruption + Full Auto">
    <script state="run">
      <action>maincpu.pb@E50D=87</action>
    </script>
  </cheat>

  <cheat desc="Always have Laser + Full auto">
    <script state="run">
      <action>maincpu.pb@E50D=8B</action>
    </script>
  </cheat>

  <cheat desc="Select Missiles">
    <parameter>
      <item value="0x01">Land Missiles</item>
      <item value="0x02">Air Missiles</item>
      <item value="0xFE">Back Missiles</item>
      <item value="0xFC">Sub Disruption</item>
      <item value="0xFB">Back Laser</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@E50E=param</action>
    </script>
  </cheat>
And, fix was necessary for Classic Chrat.

Code: Select all

:exzisus:00000000:EB70:00000000:FFFFFFFF:Invincibility
:exzisus:00000000:E50F:000000C0:FFFFFFFF:Always have Bird + Dog Option
:exzisus:00010000:E530:0000008C:FFFFFFFF:Always have Bird + Dog Option (2/3)
:exzisus:00010000:E540:0000008D:FFFFFFFF:Always have Bird + Dog Option (3/3)
:exzisus:00000000:E50D:00000087:FFFFFFFF:Always have Disruption + Full Auto
:exzisus:00000000:E50D:0000008B:FFFFFFFF:Always have Laser + Full auto
:exzisus:62000000:0000:00000000:00000000:Select Missiles
:exzisus:00010000:E50E:00000001:FFFFFFFF:Land Missiles
:exzisus:00010000:E50E:00000002:FFFFFFFF:Air Missiles
:exzisus:00010000:E50E:000000FE:FFFFFFFF:Back Missiles:This weapon is not normally available
:exzisus:00010000:E50E:000000FC:FFFFFFFF:Sub Disruption:This weapon is not normally available
:exzisus:00010000:E50E:000000FB:FFFFFFFF:Back Laser:This weapon is not normally available
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: [exzisus] cheat fix

Post by Pugsy »

Thanks, I've updated it and it will be in the next release.
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
wayder
Posts: 15
Joined: Thu Jan 03, 2002 1:00 am
Location: Japan
Contact:

Re: [exzisus] cheat fix

Post by wayder »

CPU name was changed from MAME Ver.0.134u1.

Necessary to change from "maincpu" to "cpua" in all Exzisus cheats.
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: [exzisus] cheat fix

Post by Pugsy »

Thanks, I've updated my program so it should handle it automatically.
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