<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spritesmind WIP</title>
	<atom:link href="http://gendev.spritesmind.net/wip/feed/" rel="self" type="application/rss+xml" />
	<link>http://gendev.spritesmind.net/wip</link>
	<description>KanedaFr's Lab</description>
	<lastBuildDate>Fri, 22 Jun 2012 15:24:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Floppy support still in progress</title>
		<link>http://gendev.spritesmind.net/wip/2012/06/floppy-support-still-in-progress/</link>
		<comments>http://gendev.spritesmind.net/wip/2012/06/floppy-support-still-in-progress/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 15:12:57 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=157</guid>
		<description><![CDATA[I didn&#8217;t totally finished floppy support but I&#8217;m pretty sure of one thing fun : JSI used an already existing lib. They didn&#8217;t fully updated it. They cleaned some stuff (like the BPB table) but not the format data (6 availables while 4 selectable), because code is based on 6 bytes per data and, according [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t totally finished floppy support but I&#8217;m pretty sure of one thing fun : JSI used an already existing lib.</p>
<p>They didn&#8217;t fully updated it.<br />
They cleaned some stuff (like the BPB table) but not the format data (6 availables while 4 selectable), because code is based on 6 bytes per data<br />
and, according the format defined, at least one is for 5 1/4 floppy.<br />
It was not coded for SMD because a minimun file size is 512k &#8230; won&#8217;t fit on a 360k 5 1/4 floppy !</p>
<p>I think it also why the code is a total mess LOL</p>
<p>Anyway, another thing which make it hard to re-code is the fact they use the same function to write and read.<br />
It&#8217;s a bit value which define the read or write code part of each functions.<br />
I didn&#8217;t notice it on the first pass so I missed a lot of things !</p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2012/06/floppy-support-still-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>floppy support is really hard</title>
		<link>http://gendev.spritesmind.net/wip/2012/06/floppy-support-is-really-hard/</link>
		<comments>http://gendev.spritesmind.net/wip/2012/06/floppy-support-is-really-hard/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 14:03:27 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=153</guid>
		<description><![CDATA[I &#8216;m finally working on the Floppy support&#8230; It will help me to debug the floppy drive on my broken SMD It&#8217;s really hard to understand all of the features of the floppy controller. Even more hard since JSI re-use memory a lot ! Floppy dedicated vars are so shared with others&#8230; very difficult to [...]]]></description>
			<content:encoded><![CDATA[<p>I &#8216;m finally working on the Floppy support&#8230;<br />
It will help me to debug the floppy drive on my broken SMD</p>
<p>It&#8217;s really hard to understand all of the features of the floppy controller.<br />
Even more hard since JSI re-use memory a lot !<br />
Floppy dedicated vars are so shared with others&#8230; very difficult to handle this with IDA !</p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2012/06/floppy-support-is-really-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source SMD Bios &#8211; comIO</title>
		<link>http://gendev.spritesmind.net/wip/2012/05/open-source-smd-bios-comio/</link>
		<comments>http://gendev.spritesmind.net/wip/2012/05/open-source-smd-bios-comio/#comments</comments>
		<pubDate>Thu, 31 May 2012 21:14:52 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=151</guid>
		<description><![CDATA[I worked hard today&#8230; the comIO part of the open source SMD bios is done ! UI is almost finished too The hardest part is the floppy support&#8230;I don&#8217;t know if I&#8217;ll code it yet since 1/ I&#8217;m unable to test it 2/ I plan to add USB support throught the comIO port I&#8217;ll finish [...]]]></description>
			<content:encoded><![CDATA[<p>I worked hard today&#8230; the comIO part of the open source SMD bios is done !</p>
<p>UI is almost finished too</p>
<p>The hardest part is the floppy support&#8230;I don&#8217;t know if I&#8217;ll code it yet since<br />
1/ I&#8217;m unable to test it<br />
2/ I plan to add USB support throught the comIO port</p>
<p>I&#8217;ll finish UI then I&#8217;ll move to my SMD fix since I need to test my bios first .<br />
I&#8217;m also waiting for some components for a DIY Floppy Drive PSU <img src='http://gendev.spritesmind.net/wip/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2012/05/open-source-smd-bios-comio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Started open source Super Magic Drive bios</title>
		<link>http://gendev.spritesmind.net/wip/2012/05/started-open-source-super-magic-drive-bios/</link>
		<comments>http://gendev.spritesmind.net/wip/2012/05/started-open-source-super-magic-drive-bios/#comments</comments>
		<pubDate>Tue, 29 May 2012 20:11:41 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=148</guid>
		<description><![CDATA[Today, I started to port the bios 3.3c to WLA DX. So yes, I hope I&#8217;ll be able to release an open source bios some day VDP stuff is done]]></description>
			<content:encoded><![CDATA[<p>Today, I started to port the bios 3.3c to WLA DX.<br />
So yes, I hope I&#8217;ll be able to release an open source bios some day</p>
<p style="text-align: center;"><a href="http://gendev.spritesmind.net/wip/wp-content/uploads/2012/05/spritesmind_bios001.jpg"><img class="aligncenter size-medium wp-image-149" title="spritesmind_bios001" src="http://gendev.spritesmind.net/wip/wp-content/uploads/2012/05/spritesmind_bios001-300x225.jpg" alt="" width="300" height="225" /></a><br />
<em>VDP stuff is done</em></p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2012/05/started-open-source-super-magic-drive-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UCON64 on DSL</title>
		<link>http://gendev.spritesmind.net/wip/2011/08/ucon64-on-dsl/</link>
		<comments>http://gendev.spritesmind.net/wip/2011/08/ucon64-on-dsl/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 20:45:47 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=142</guid>
		<description><![CDATA[I&#8217;m so happy! ucon64 works on Damn Small Linux ! You&#8217;ll need to find the libusb to make it works : using the myDSL browser, you&#8217;ll be able to find a package which includes it. I installed OWFS, because it&#8217;s the smallest one I&#8217;m now looking for a thin client cheap but powerfull enougth to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/08/dsl_ucon64.jpg"><img src="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/08/dsl_ucon64-300x223.jpg" alt="" title="UCON64 on Damn Small Linux" width="300" height="223" class="aligncenter size-medium wp-image-143" /></a><br />
I&#8217;m so happy! ucon64 works on Damn Small Linux !<br />
You&#8217;ll need to find the libusb to make it works : using the myDSL browser, you&#8217;ll be able to find a package which includes it.<br />
I installed OWFS, because it&#8217;s the smallest one <img src='http://gendev.spritesmind.net/wip/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;m now looking for a thin client cheap but powerfull enougth to get a full SMD dedicated PC</p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2011/08/ucon64-on-dsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JustifierS</title>
		<link>http://gendev.spritesmind.net/wip/2011/07/justifiers/</link>
		<comments>http://gendev.spritesmind.net/wip/2011/07/justifiers/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 21:17:29 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=137</guid>
		<description><![CDATA[Do you remember the big box ? It was full of MegaCD games for my collection and something I was looking for soooooooooo long (at an interesting price) : the Pink Justifier ! So many projects to finish before I use my screwdriver on it The pink is so hard to find &#8230; I know [...]]]></description>
			<content:encoded><![CDATA[<p>Do you remember <a href="http://gendev.spritesmind.net/wip/2011/05/big-box-from-japan/">the big box </a>?<br />
It was full of MegaCD games for <a href="http://www.guardiana.net/?member_id=710">my collection</a> and something I was looking for soooooooooo long (at an interesting price) : the Pink Justifier !</p>
<p><a href="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/07/justifiers.jpg"><img src="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/07/justifiers-300x225.jpg" alt="" title="justifiers" width="300" height="225" class="aligncenter size-medium wp-image-138" /></a></p>
<p>So many projects to finish before I use my screwdriver on it <img src='http://gendev.spritesmind.net/wip/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
The pink is so hard to find &#8230; I know it is possible to &#8220;convert&#8221; a blue justifier to 2P justifier&#8230;I need to find how !<br />
Then I&#8217;ll need to find how to convert a Virtua Cop gun&#8230;Charles told me it is possible so, I have to try ! <img src='http://gendev.spritesmind.net/wip/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2011/07/justifiers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMD disk drive PSU</title>
		<link>http://gendev.spritesmind.net/wip/2011/07/smd-disk-drive-psu/</link>
		<comments>http://gendev.spritesmind.net/wip/2011/07/smd-disk-drive-psu/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:16:08 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=127</guid>
		<description><![CDATA[Thanks to Charles, I finished my PSU schematic (greyed area isn&#8217;t available in my own disk drive) I received the tools to fix it so I&#8217;ll be back on development soon &#8230; perhaps ?]]></description>
			<content:encoded><![CDATA[<p>Thanks to Charles, I finished my PSU schematic</p>
<p><a href="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/07/fdd_alim.png"><img class="aligncenter size-medium wp-image-128" title="SMD disk drive psu" src="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/07/fdd_alim-300x222.png" alt="" width="300" height="222" /></a><br />
<em>(greyed area isn&#8217;t available in my own disk drive)</em></p>
<p>I received the tools to fix it so I&#8217;ll be back on development soon &#8230; perhaps ?</p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2011/07/smd-disk-drive-psu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite music</title>
		<link>http://gendev.spritesmind.net/wip/2011/05/favorite-music/</link>
		<comments>http://gendev.spritesmind.net/wip/2011/05/favorite-music/#comments</comments>
		<pubDate>Thu, 26 May 2011 22:19:32 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=124</guid>
		<description><![CDATA[By chance, I just discovered the best electronic musician got back in service, after 7 years of (sort of) silence ! I downloaded it last (free) music and, like long times ago, I got thrilled ! So bad, he&#8217;s using iTunes to sell it last music, I just can&#8217;t even imagine to install this pure [...]]]></description>
			<content:encoded><![CDATA[<p>By chance, I just discovered the <a href="http://en.wikipedia.org/wiki/Elwood_(Finnish_musician)">best electronic musician</a> got back in service, after 7 years of (sort of) silence !</p>
<p>I downloaded it last (free) <a href="http://www.elwoodproductions.com/">music</a> and, like long times ago, I got thrilled !</p>
<p>So bad, he&#8217;s using iTunes to sell it last music, I just can&#8217;t even imagine to install this pure crap !</p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2011/05/favorite-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big box from Japan</title>
		<link>http://gendev.spritesmind.net/wip/2011/05/big-box-from-japan/</link>
		<comments>http://gendev.spritesmind.net/wip/2011/05/big-box-from-japan/#comments</comments>
		<pubDate>Sun, 22 May 2011 07:03:04 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=120</guid>
		<description><![CDATA[oh oh&#8230; look what I received : My order from Japan ! It&#8217;s the first time I bought to some much thing from Japan&#8230;but they were so cheap Of course, everything is Genny related]]></description>
			<content:encoded><![CDATA[<p>oh oh&#8230; look what I received :<br />
<img src="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/05/japan_box.jpg" alt="" title="Japan Box" width="352" height="264" class="aligncenter size-full wp-image-121" /><br />
My order from Japan !<br />
It&#8217;s the first time I bought to some much thing from Japan&#8230;but they were so cheap</p>
<p>Of course, everything is Genny related <img src='http://gendev.spritesmind.net/wip/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2011/05/big-box-from-japan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cart dumper/writer</title>
		<link>http://gendev.spritesmind.net/wip/2011/05/cart-dumperwriter/</link>
		<comments>http://gendev.spritesmind.net/wip/2011/05/cart-dumperwriter/#comments</comments>
		<pubDate>Tue, 17 May 2011 21:07:44 +0000</pubDate>
		<dc:creator>KanedaFr</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Megadrive]]></category>

		<guid isPermaLink="false">http://gendev.spritesmind.net/wip/?p=114</guid>
		<description><![CDATA[I&#8217;m still waiting for the parts I need so I finally wrote the write part on my dumper&#8230;. So I now have a virtually working cart dumper/writer Yes, it uses a Teensy (only 5 pins! the others one are for debugging purpose only&#8230;I won&#8217;t use them on final product) Since I can&#8217;t just wait, I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still waiting for the parts I need so I finally wrote the write part on my dumper&#8230;.<br />
So I now have a virtually working cart dumper/writer</p>
<p><a href="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/05/genny_programmer.png"><img src="http://gendev.spritesmind.net/wip/wp-content/uploads/2011/05/genny_programmer.png" alt="" title="Genny programmer v0" width="380" height="252" class="aligncenter wp-image-115" /></a><br />
Yes, it uses a Teensy (only 5 pins! the others one are for debugging purpose only&#8230;I won&#8217;t use them on final product)</p>
<p>Since I can&#8217;t just wait, I jumped back to the Super Magic Drive : I really want to repair it !</p>
]]></content:encoded>
			<wfw:commentRss>http://gendev.spritesmind.net/wip/2011/05/cart-dumperwriter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
