<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://mess.redump.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://mess.redump.net/feed.php">
        <title>MESS howto</title>
        <description></description>
        <link>http://mess.redump.net/</link>
        <image rdf:resource="http://mess.redump.net/lib/images/favicon.ico" />
       <dc:date>2010-09-10T08:32:13+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://mess.redump.net/howto:add_a_mess_skeleton_driver?rev=1241821517&amp;do=diff"/>
                <rdf:li rdf:resource="http://mess.redump.net/howto:create_big_mac_hds?rev=1284019709&amp;do=diff"/>
                <rdf:li rdf:resource="http://mess.redump.net/howto:install_mac_system_6?rev=1284027864&amp;do=diff"/>
                <rdf:li rdf:resource="http://mess.redump.net/howto:mess_driver_lifecycle?rev=1260788252&amp;do=diff"/>
                <rdf:li rdf:resource="http://mess.redump.net/howto:sdlmame_sdlmess_framebuffer?rev=1220723118&amp;do=diff"/>
                <rdf:li rdf:resource="http://mess.redump.net/howto:setup_eclipse_for_mess?rev=1211105691&amp;do=diff"/>
                <rdf:li rdf:resource="http://mess.redump.net/howto:upload_screenshots?rev=1209714219&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://mess.redump.net/lib/images/favicon.ico">
        <title>MESS</title>
        <link>http://mess.redump.net/</link>
        <url>http://mess.redump.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://mess.redump.net/howto:add_a_mess_skeleton_driver?rev=1241821517&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-09T00:25:17+02:00</dc:date>
        <title>HowTo: Adding a MESS skeleton driver</title>
        <link>http://mess.redump.net/howto:add_a_mess_skeleton_driver?rev=1241821517&amp;do=diff</link>
        <description>This HowTo will teach you how to create a skeleton driver for MESS, the first step for your own driver.

For a very basic driver, we need to add one file (the actual driver) and modify two files, so that MESS knows about your driver.

Creating the driver


As an example, we'll create a driver for the hypothetical system “MX-1290” from Epson. Create a new file in mess/drivers and name it mx1290.c. Open this file and add the line</description>
    </item>
    <item rdf:about="http://mess.redump.net/howto:create_big_mac_hds?rev=1284019709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-09T10:08:29+02:00</dc:date>
        <title>Create Large (4GB &gt; x &gt; 20 MB) Mac CHDs</title>
        <link>http://mess.redump.net/howto:create_big_mac_hds?rev=1284019709&amp;do=diff</link>
        <description>This is the second part of several mac related tutorials.
The first part can be found here (Install System 6) and here (Install Mac OS 7) is the third part.

Prerequisites


You will need some file prior to get into this tutorial

Working installation of Mess


Minimum Recommended Version is Revision 9050 (Some revisions after the 0139u2 milestone)</description>
    </item>
    <item rdf:about="http://mess.redump.net/howto:install_mac_system_6?rev=1284027864&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-09T12:24:24+02:00</dc:date>
        <title>Install Macintosh System 6</title>
        <link>http://mess.redump.net/howto:install_mac_system_6?rev=1284027864&amp;do=diff</link>
        <description>This is the first part of several mac related tutorials.
The others can be found here (Create Large Mac Drives) and here (Install Mac OS 7) but you need to follow this one prior to the others.

Prerequisites


You will need some file prior to get into this tutorial</description>
    </item>
    <item rdf:about="http://mess.redump.net/howto:mess_driver_lifecycle?rev=1260788252&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-14T11:57:32+02:00</dc:date>
        <title>The MESS driver lifecycle - When does my code get called?</title>
        <link>http://mess.redump.net/howto:mess_driver_lifecycle?rev=1260788252&amp;do=diff</link>
        <description>MAMEMESS

Imagine we want to create, update, or understand a MESS driver. We have all these wonderful ADDRESS_MAP, MACHINE_RESET, VIDEO_START, DEVICE_INIT, etc. structures and functions we can use. The key to implementing the things properly is understanding the MESS driver lifecycle; knowing when what is created and/or available when a driver is started or reset (soft or hard reset).</description>
    </item>
    <item rdf:about="http://mess.redump.net/howto:sdlmame_sdlmess_framebuffer?rev=1220723118&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-06T19:45:18+02:00</dc:date>
        <title>SDLMAME/SDLMESS on a framebuffer device</title>
        <link>http://mess.redump.net/howto:sdlmame_sdlmess_framebuffer?rev=1220723118&amp;do=diff</link>
        <description>Since I tend to forget things once they are solved I decided to write a short primer on how to run sdlmame on a hardware accelerated framebuffer device supporting YUV-overlays. This is really not a trivial task and this document only covers the last steps in detail.</description>
    </item>
    <item rdf:about="http://mess.redump.net/howto:setup_eclipse_for_mess?rev=1211105691&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-18T12:14:51+02:00</dc:date>
        <title>Setup Eclipse for MESS</title>
        <link>http://mess.redump.net/howto:setup_eclipse_for_mess?rev=1211105691&amp;do=diff</link>
        <description>This guide will teach you how to setup the Eclipse IDE to work with MESS, including Subversion and Bugzilla integration. You might find the linked guide in the Weblinks section useful if you have used Visual Studio before.

Subversive

Installation


First, we need to get the Eclipse SDK. Go to the Eclipse download page and get the 3.3.2 stable version.</description>
    </item>
    <item rdf:about="http://mess.redump.net/howto:upload_screenshots?rev=1209714219&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-02T09:43:39+02:00</dc:date>
        <title>Upload screenshots to the wiki</title>
        <link>http://mess.redump.net/howto:upload_screenshots?rev=1209714219&amp;do=diff</link>
        <description>*  Click “Edit page” on the top left side of the page (use this page for example, it doesn't matter)
	*  Click on the button with the picture, the media manager will now popup
	*  If there are already screenshots for this driver, select the namespace on the left side. In our example this would be “mess -&gt; drivers -&gt; sms -&gt; smspal”. If there are no pictures yet, select the parent driver “mess -&gt; drivers -&gt; sms”.
	*  If there are no previous screenshots, add your image and enter the namespace name…</description>
    </item>
</rdf:RDF>
