<?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>blog.world3.net &#187; Retro Adapter</title>
	<atom:link href="http://blog.world3.net/category/retro-adapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.world3.net</link>
	<description>たとえ溺れても梦はゆめでしかない</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:06:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mouse+Joystick &#8220;computer&#8221; mode for the Retro Adapter</title>
		<link>http://blog.world3.net/2010/06/mousejoystick-computer-mode-for-the-retro-adapter/</link>
		<comments>http://blog.world3.net/2010/06/mousejoystick-computer-mode-for-the-retro-adapter/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 17:18:31 +0000</pubDate>
		<dc:creator>mojo</dc:creator>
				<category><![CDATA[Retro Adapter]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[microcontrollers]]></category>

		<guid isPermaLink="false">http://blog.world3.net/?p=314</guid>
		<description><![CDATA[I have just finished updating mouse support on the Retro Adapter so that it now supports a mouse and joystick simultaneously. I am still trying to think of a good name for it but for the moment I am calling it &#8220;Computer Mode&#8221; because it is ideal for emulating machines like the Amiga or Atari [...]]]></description>
			<content:encoded><![CDATA[<p>I have just finished updating mouse support on the Retro Adapter so that it now supports a mouse and joystick simultaneously. I am still trying to think of a good name for it but for the moment I am calling it &#8220;Computer Mode&#8221; because it is ideal for emulating machines like the Amiga or Atari ST which use both a mouse and joystick. No need to unplug or re-configure anything, it just works.</p>
<p>Hopefully the next batch of RAs will arrive soon and I can get on with selling them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.world3.net/2010/06/mousejoystick-computer-mode-for-the-retro-adapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAME and paddle controllers</title>
		<link>http://blog.world3.net/2010/05/mame-and-paddle-controllers/</link>
		<comments>http://blog.world3.net/2010/05/mame-and-paddle-controllers/#comments</comments>
		<pubDate>Mon, 03 May 2010 20:02:32 +0000</pubDate>
		<dc:creator>mojo</dc:creator>
				<category><![CDATA[Retro Adapter]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.world3.net/?p=287</guid>
		<description><![CDATA[I just got a Sega Master System paddle controller working with the Retro Adapter. It works perfectly but there is a compatibility problem with some MAME games I had not anticipated. I tried to use it with Arkanoid. That game uses a spinner control which can rotate endlessly clockwise or anti-clockwise, unlike a paddle which [...]]]></description>
			<content:encoded><![CDATA[<p>I just got a Sega Master System paddle controller working with the Retro Adapter. It works perfectly but there is a compatibility problem with some MAME games I had not anticipated.</p>
<p>I tried to use it with Arkanoid. That game uses a spinner control which can rotate endlessly clockwise or anti-clockwise, unlike a paddle which has a set range it can cover (typically 360 degrees). MAME does not support absolute positioning for spinner controls (or dials as it calls them). The Sega controller reports back a position from 0 to 255 but MAME needs left/right pulses as you would get from a decoded optical Gray code sensor of the type commonly used in mice.</p>
<p>Apparently absolute positions are usable with mice so I will try to set the controller up in that mode tomorrow.</p>
<p>This kind of problem seems to be common with emulators.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.world3.net/2010/05/mame-and-paddle-controllers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2nd DB9 Connector in the works</title>
		<link>http://blog.world3.net/2009/10/2nd-db9-connector-in-the-works/</link>
		<comments>http://blog.world3.net/2009/10/2nd-db9-connector-in-the-works/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 19:24:43 +0000</pubDate>
		<dc:creator>mojo</dc:creator>
				<category><![CDATA[Retro Adapter]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://blog.world3.net/?p=214</guid>
		<description><![CDATA[I am doing the code for a 2nd DB9 Connector for the Retro Adapter. It converts the DB15 into another DB9 so you can connect two controllers simultaneously for 2 players. Atari/Commodore/Sega controllers are working and I will add support for NES and SNES too. I will probably do N64 as well. The button mapping [...]]]></description>
			<content:encoded><![CDATA[<p>I am doing the code for a 2nd DB9 Connector for the Retro Adapter. It converts the DB15 into another DB9 so you can connect two controllers simultaneously for 2 players.</p>
<p>Atari/Commodore/Sega controllers are working and I will add support for NES and SNES too. I will probably do N64 as well. The button mapping is not ideal but is usable. I experimented with having the RA re-enumerate as two separate controllers but it is not ideal to do on the fly. The current system is a good compromise.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.world3.net/2009/10/2nd-db9-connector-in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retro Adapters now on sale!</title>
		<link>http://blog.world3.net/2009/09/retro-adapters-now-on-sale/</link>
		<comments>http://blog.world3.net/2009/09/retro-adapters-now-on-sale/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:00:24 +0000</pubDate>
		<dc:creator>mojo</dc:creator>
				<category><![CDATA[Retro Adapter]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://blog.world3.net/?p=189</guid>
		<description><![CDATA[I finally got there &#8211; Retro Adapters are on sale! Everything is at http://retro.world3.net, including an online shop where you can buy ready made adapters and kits via Google Checkout. I&#8217;ll add more stuff to the shop side in the next few days. In particular I hope to have some extension cables for sale for [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got there &#8211; <a href="http://retro.world3.net">Retro Adapters</a> are on sale!</p>
<p>Everything is at <a href="http://retro.world3.net">http://retro.world3.net</a>, including an online shop where you can buy ready made adapters and kits via Google Checkout.</p>
<p>I&#8217;ll add more stuff to the shop side in the next few days. In particular I hope to have some extension cables for sale for making connectors. They are hard to come by, but if there is demand I&#8217;ll get them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.world3.net/2009/09/retro-adapters-now-on-sale/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
