<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.ladecadence.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.ladecadence.net/feed.php">
        <title>La decadence en</title>
        <description></description>
        <link>http://wiki.ladecadence.net/</link>
        <image rdf:resource="http://wiki.ladecadence.net/lib/images/favicon.ico" />
       <dc:date>2010-09-10T14:52:19+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:arquitectura_de_los_cartuchos&amp;rev=1219127543"/>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:cartucho_flash&amp;rev=1219127543"/>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:ingenieria_inversa_de_la_nintendo_gameboy&amp;rev=1219127543"/>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:listados&amp;rev=1219127543"/>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:programador&amp;rev=1219824517"/>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:software_de_programacion&amp;rev=1219127543"/>
                <rdf:li rdf:resource="http://wiki.ladecadence.net/doku.php?id=en:taller_de_electronica_en_el_cairo&amp;rev=1271722676"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.ladecadence.net/lib/images/favicon.ico">
        <title>La decadence</title>
        <link>http://wiki.ladecadence.net/</link>
        <url>http://wiki.ladecadence.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:arquitectura_de_los_cartuchos&amp;rev=1219127543">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-19T08:32:23+02:00</dc:date>
        <title>en:arquitectura_de_los_cartuchos</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:arquitectura_de_los_cartuchos&amp;rev=1219127543</link>
        <description>Using reverse engineering (following tracks), we have mapped the design of a MBC5 Cart with sram and battery.

With this info we have made a schematic of the cart, and the PCB design of the cart with a flash chip, MBC5, 32Kbit RAM and up to 32Mbit ROM.</description>
    </item>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:cartucho_flash&amp;rev=1219127543">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-19T08:32:23+02:00</dc:date>
        <title>en:cartucho_flash</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:cartucho_flash&amp;rev=1219127543</link>
        <description>Our goal is to make a MBC5 cart with 32Mbit ROM and 32Kbit RAM + Batt, that is compatible with almost all GB/GBC commercial games. MBC5 is backwards compatible with MBC1 and MBC2, so all software based in this two mappers will work aswell. The first one I built, in order to test the programmer, was a MBC1 cart with 4Mbit ROM + 8K SRAM + Batt. Pic:</description>
    </item>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:ingenieria_inversa_de_la_nintendo_gameboy&amp;rev=1219127543">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-19T08:32:23+02:00</dc:date>
        <title>en:ingenieria_inversa_de_la_nintendo_gameboy</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:ingenieria_inversa_de_la_nintendo_gameboy&amp;rev=1219127543</link>
        <description>This project is about obtaining all the information possible about the Nintendo GameBoy™

Main goals are:

	*  Create an USB Flash Cart Programmer:programador, GBCartFlasher based.
	*  Document cartridge's architecture: arquitectura de los cartuchos.
	*  List game types and it's hardware characteristics: listados.
	*  Design a Flash Cart: cartucho flash based on original cartridges.
	*  Port the flashing software to another platforms: software de programación.</description>
    </item>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:listados&amp;rev=1219127543">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-19T08:32:23+02:00</dc:date>
        <title>en:listados</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:listados&amp;rev=1219127543</link>
        <description>We've made a little Linux(BSD, unix...) program to make game listings, using EmuLib (&lt;http://fms.komkon.org/EMUL8/EMULib.html&gt;). It is a little C program, that shows the information about a Gameboy/GameboyColor ROM (it can be zip/gzip compressed), and a shell script that when launched in a directory full of ROMs, creates a text file (listado.txt) with the information of all roms it finds (.gb/.gbc/.zip/.gz). The results of the C program are CSV, so the listings are easily imported in a spreadshe…</description>
    </item>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:programador&amp;rev=1219824517">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-27T10:08:37+02:00</dc:date>
        <title>en:programador</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:programador&amp;rev=1219824517</link>
        <description>The programmer we're working on, is based on the GBCartFlasher, that was created by Kraku and Chroost. We're modified the desing to adapt it to the new FTDI chip, FT232RL, that need less external components and is easier to find. We also recreated the schematics and pcb using Eagle, and created a component library, like cartridge connector and so on.</description>
    </item>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:software_de_programacion&amp;rev=1219127543">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-19T08:32:23+02:00</dc:date>
        <title>en:software_de_programacion</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:software_de_programacion&amp;rev=1219127543</link>
        <description>The software for using the GBCartFlasher is opensource and is at this sourceforge page:

&lt;http://sourceforge.net/projects/gbcf/&gt;

The software is ported to Windows and Linux, and is programmed using the QT libs, and libftdi to talk to the FTDI chip, so it's easily portable to other platforms. We have a preliminary build for MacOSX 10.4/10.5 on Intel.</description>
    </item>
    <item rdf:about="http://wiki.ladecadence.net/doku.php?id=en:taller_de_electronica_en_el_cairo&amp;rev=1271722676">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-20T02:17:56+02:00</dc:date>
        <title>en:taller_de_electronica_en_el_cairo</title>
        <link>http://wiki.ladecadence.net/doku.php?id=en:taller_de_electronica_en_el_cairo&amp;rev=1271722676</link>
        <description>Electronics and Arduino workshop held at Medrar's OpenLab, in collaboration with Hangar.

Participants

	*  Ahmed Basiony : musician and new media artist
	*  Ahmed El-Azma : musician and new media artist
	*  Mohammed Ezz : visual artist and programmer
	*  Kanzy Taha : student in applied arts in the german university
	*  Emma Benany : student in media design in the german university
	*  Dalia Hassan : visual artist
	*  Nork Zakarian : musician and interactive installation artist
	*  Ahmed El Shae…</description>
    </item>
</rdf:RDF>
