NES Zelda
<?xml version="1.0" encoding="UTF-8" ?>
<gamelink>

    <card
        title="THE LEGEND OF ZELDA"
        short="ZELDA"
        titlelo="The Legend of Zelda"
        sort_name="Zelda 1"
        system="NES"
        beta="true"
    />

    <libretro>

        <!-- Legend of Zelda, The (U) (PRG1) [!] -->
        <detect system="NES">
            <content_hash>89232edf4f9b52e3cb872094bc78973de080befca2ddea893b6e936066514d4e</content_hash>
            <peek bytes="70 84 98 ec 65" />
        </detect>

    </libretro>

    <regions>

        <region id="1" name="Overworld" ground_floor="true" start_floor="G" auto_create="true" >
            <grid width="16" height="8" origin_tl="true" />
        </region>

    </regions>

    <views>

        <packetview region="1">
            <xypos offset="3" length="1" stride="10" />
            <face offset="2" length="1" n="8" e="1" s="4" w="2" />  
            <check_or>
                <check offset="4" length="1" value="26" />
                <check offset="4" length="1" value="85" />
                <check offset="4" length="1" value="74" />
                <check offset="4" length="1" value="77" />
            </check_or>
        </packetview>

    </views>

</gamelink>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License