espgal2.xml working update plz add

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
Ftwinc2000
Posts: 1
Joined: Fri Jan 12, 2024 7:50 pm

espgal2.xml working update plz add

Post by Ftwinc2000 »

<mamecheat version="1">

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

<cheat desc=" "/>

<cheat desc="P1 Infinite Lives">
<script state="run">
<action>maincpu.pb@C37D6FF=07</action>
</script>
</cheat>

<cheat desc="P1 Infinite Bombs">
<script state="run">
<action>maincpu.pb@C37D78A=0F</action>
</script>
</cheat>

<cheat desc="P1 Invincibility">
<script state="run">
<action>maincpu.pb@C37D7B3=02</action>
</script>
</cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
jman
Posts: 865
Joined: Tue Dec 01, 2020 1:24 pm

Re: espgal2.xml working update plz add

Post by jman »

Please add codes for player 2, if you want to add into database.
Ftwinc2000 wrote:

Code: Select all

<cheat desc="P1 Infinite Lives">
        <script state="run">
	        <action>maincpu.pb@C37D6FF=07</action>
        </script>
</cheat>
This code has small gfx problem because 7 lives are displayed over 3 vitality gauges.
Luckily, "max" energy is exist to its immediate address.

Code: Select all

<!-- Espgaluda II (2005/11/14.MASTER VER.) -->
<mamecheat version="1">

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

    <cheat desc="P1 Infinite Lives">
        <script state="run">
            <action>maincpu.pd@C37D6FE = 00070007</action>
        </script>
    </cheat>

    <cheat desc="P1 Infinite Bombs">
        <script state="run">
            <action>maincpu.pb@C37D78A = 0F</action>
        </script>
    </cheat>

    <cheat desc="P1 Invincibility">
        <!-- flicker though not "no hit" -->
        <script state="run">
            <action>maincpu.pb@C37D7B3 = 02</action>
        </script>
    </cheat>

    <cheat desc="P2 Infinite Lives">
        <script state="run">
            <action>maincpu.pd@C37D7CE = 00070007</action>
        </script>
    </cheat>

    <cheat desc="P2 Infinite Bombs">
        <script state="run">
            <action>maincpu.pb@C37D85A = 0F</action>
        </script>
    </cheat>

    <cheat desc="P2 Invincibility">
        <!-- flicker though not "no hit" -->
        <script state="run">
            <action>maincpu.pb@C37D883 = 02</action>
        </script>
    </cheat>

</mamecheat>
Also I test espgal2a and espgal2b. Both sets seems to be no problem.
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: espgal2.xml working update plz add

Post by Pugsy »

Thanks for the report, updated the espgal2 cheats with the new addresses.
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