Page 1 of 1

espgal2.xml working update plz add

Posted: Fri Jan 12, 2024 7:56 pm
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. -->

Re: espgal2.xml working update plz add

Posted: Tue Jan 16, 2024 12:57 pm
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.

Re: espgal2.xml working update plz add

Posted: Tue Apr 02, 2024 12:45 pm
by Pugsy
Thanks for the report, updated the espgal2 cheats with the new addresses.