<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>MAME, MESS, and Other Fun</title>
	<link>http://moogle-tech.com/blog</link>
	<description>A Slightly Less Shoddy N64 WIP Page</description>
	<pubDate>Tue, 09 Mar 2010 20:30:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Rock Band 3</title>
		<link>http://moogle-tech.com/blog/?p=137</link>
		<comments>http://moogle-tech.com/blog/?p=137#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:30:19 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[fanboys]]></category>

		<category><![CDATA[harmonix]]></category>

		<category><![CDATA[idiots]]></category>

		<category><![CDATA[rock band]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=137</guid>
		<description><![CDATA[According to an email from Joystiq, Rock Band 3 has been announced.  Hooray!  I can&#8217;t wait to see how the Rock Band fans will spin it to make Harmonix out to be innocent angels (in between sessions of franctically trying to ram the Rock Band devs&#8217; dongs into their mouths) while still decrying Activision as [...]]]></description>
			<content:encoded><![CDATA[<p>According to an email from Joystiq, Rock Band 3 has been announced.  Hooray!  I can&#8217;t wait to see how the Rock Band fans will spin it to make Harmonix out to be innocent angels (in between sessions of franctically trying to ram the Rock Band devs&#8217; dongs into their mouths) while <em>still</em> decrying Activision as the ones trying to milk the music/rhythm genre.</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=137</wfw:commentRss>
		</item>
		<item>
		<title>ImpossiBot</title>
		<link>http://moogle-tech.com/blog/?p=136</link>
		<comments>http://moogle-tech.com/blog/?p=136#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:02:55 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[bots]]></category>

		<category><![CDATA[devkit]]></category>

		<category><![CDATA[impossible game]]></category>

		<category><![CDATA[indie]]></category>

		<category><![CDATA[spg]]></category>

		<category><![CDATA[spg200]]></category>

		<category><![CDATA[sunplus]]></category>

		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=136</guid>
		<description><![CDATA[As with most of my posts, click on an image for a larger version where applicable.
Recently, an acquaintance bought me a SunPlus SPG200 devkit:

SunPlus is a Taiwanese semiconductor company that, surprisingly, actually makes their own tech rather than ripping other companies off.  Their hardware is usually ridiculously cheap, and as a result has found a [...]]]></description>
			<content:encoded><![CDATA[<p>As with most of my posts, click on an image for a larger version where applicable.</p>
<p>Recently, an acquaintance bought me a SunPlus SPG200 devkit:</p>
<p><a href="http://moogle-tech.com/spg2.png"><img src="http://moogle-tech.com/spg2.png" alt="The Initial Unboxing" border="1" height="280" width="306" /></a></p>
<p>SunPlus is a Taiwanese semiconductor company that, surprisingly, actually makes their own tech rather than ripping other companies off.  Their hardware is usually ridiculously cheap, and as a result has found a niche in cheap game consoles: The KenSingTon Vii, Mattel Hyperscan, V-Tech V-Smile, JAKKS Pacific TV Plug&#8217;n'Play games, lots of cheap &#8220;MP4&#8243; players, and so on.  The SPG series in particular was used in the Vii, V-Smile, and TV Plug&#8217;n'Play games.</p>
<p>The first thing I did, naturally, was blink an LED:</p>
<p><a href="http://moogle-tech.com/setup2.jpg"><img src="http://moogle-tech.com/setup2.jpg" border="1" height="279" width="496" /></a></p>
<p>I was playing The Impossible Game - an Xbox 360 &#8220;indie&#8221; game - on the subsequent night when an idea hit me: Bot the game.  Sure, people have managed to beat the game normally, but there&#8217;s no EE-style challenge in that!</p>
<p>Another night&#8217;s of work and a couple trips to Radio Shack allowed me to eliminate the crappy, many-year-old 75-in-1 electronics kit that I was borrowing from a friend.  Some quick kludging of an Xbox 360 controller later, and I was off and running:</p>
<p><a href="http://moogle-tech.com/impossibot_all.jpg"><img src="http://moogle-tech.com/impossibot_all.jpg" border="1" height="279" width="496" /></a></p>
<p>A more close-up view of the breadboard itself:</p>
<p><a href="http://moogle-tech.com/impossibot_bb.jpg"><img src="http://moogle-tech.com/impossibot_bb.jpg" border="1" height="279" width="496" /></a></p>
<p>Overall, it&#8217;s a pretty simple circuit.  I have I/O port A line 0 hooked up via a 10kR to an NPN BJT, and the Xbox 360 controller&#8217;s A button wires sitting across the collector and emitter with a 10kR inline.  Simple.</p>
<p>The rest of the circuitry is to make my life easier.  There&#8217;s a pair of wires that I can touch together to bridge the A button manually in order to navigate menus, there&#8217;s another jumper wire that&#8217;s hooked up to I/O port A line 8 in order to start the automated sequence of keypresses, and six LEDs to show where in the sequence I am currently.</p>
<p>There are only two real issues that I&#8217;ve run into so far: First, I have to manually exit out of the current game and go back into it whenever the player dies in order to resync the hard-coded button timing with the game.  Second, every so often the timing will be a few frames off from the beginning - I blame slight variances in load time.</p>
<p>What I really need to do is figure out why the op-amp comparator circuit I tried to build failed to work.  Once it&#8217;s working, I should be able to trigger the restart based on the dead silence that occurs whenever the player loses a life.  After that it would be simple enough to make it automatically start playing once I start the program, or alternatively, I could even make it use a simple genetic-like algorithm to try to find the appropriate sequence rather than me having to hard-code the timing.</p>
<p>Once The Impossible Game falls, I&#8217;ll be taking a crack at automating Guitar Hero; after having disassembled the controller, it&#8217;s obvious that it&#8217;s actually really simple inside.  Then, the world will be <em>mine!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=136</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Points</title>
		<link>http://moogle-tech.com/blog/?p=135</link>
		<comments>http://moogle-tech.com/blog/?p=135#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:56:20 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Stupidity]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[xbox live]]></category>

		<category><![CDATA[xbox points]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=135</guid>
		<description><![CDATA[I heard that people are joining a class-action lawsuit to sue Microsoft over the fact that you get 80 Xbox points per dollar rather than 100 points per dollar, and that this is misleading because most people would assume that you get 100 points per dollar.
Me, I think that this lawsuit is a fantastic idea.  [...]]]></description>
			<content:encoded><![CDATA[<p>I heard that people are joining <a href="http://www.digitalbattle.com/2010/01/26/microsoft-sued-over-xbox-live-points/">a class-action lawsuit</a> to sue Microsoft over the fact that you get 80 Xbox points per dollar rather than 100 points per dollar, and that this is misleading because most people would assume that you get 100 points per dollar.</p>
<p>Me, I think that this lawsuit is a <em>fantastic</em> idea.  Hopefully they&#8217;ll release the list of people who have signed onto the class action suit - we should all be able to know who&#8217;s too fucking stupid to read the text on-screen that clearly displays the point-to-price ration <em>every single time you have to buy points</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=135</wfw:commentRss>
		</item>
		<item>
		<title>This Is Rumor Control, Here Are the Facts</title>
		<link>http://moogle-tech.com/blog/?p=134</link>
		<comments>http://moogle-tech.com/blog/?p=134#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:31:16 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Emulation]]></category>

		<category><![CDATA[Stupidity]]></category>

		<category><![CDATA[mame]]></category>

		<category><![CDATA[drama]]></category>

		<category><![CDATA[emudrama]]></category>

		<category><![CDATA[ironclad]]></category>

		<category><![CDATA[mamedev]]></category>

		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=134</guid>
		<description><![CDATA[The accusations are flying hot and heavy amongst certain people about the Neo-Geo game, Ironclad, and the refusal of the MAME team to support it.  Some people feel that the decision was a personal vendetta, or the team being elitist.  In fact, it is neither of these.
The fact of the matter is that there is [...]]]></description>
			<content:encoded><![CDATA[<p>The accusations are flying hot and heavy amongst certain people about the Neo-Geo game, Ironclad, and the refusal of the MAME team to support it.  Some people feel that the decision was a personal vendetta, or the team being elitist.  In fact, it is neither of these.</p>
<p>The fact of the matter is that there is a reasonable level of suspicion that this &#8220;dump&#8221; may, in fact, be ripped from the Virtual Console release for the Nintendo Wii, and not from a legitimate prototype cartridge.  These suspicions were effectively confirmed by someone with ties to the Wii warez scene posting on the MAMEWorld forums and flatly stating as much.  In the event that these posts are deleted, here they are in their entirety.  All typographical, syntactical, and grammatical errors are there in the original posts.</p>
<blockquote><p>&#8220;<font class="post"><span class="link"><span class="link2">News from mameplus frontpage</span></span></font><br />
<font class="post"><span class="link"><span class="link2">neogeo: added Ironclad / Choutetsu Brikin&#8217;ger (Wii) [dumped by katana]</span></span></font><br />
<font class="post"><span class="link"><span class="link2"></span></span></font><br />
<font class="post"><span class="link"><span class="link2">proov Katana is the author of this dump please&#8221;</span></span></font></p></blockquote>
<p>After being told that his post was basically a word salad and made no sense, the following reply was made:</p>
<blockquote><p>&#8220;<font class="post"><span class="link"><span class="link2">1st/ He just downloaded the dump from the wad at a chineese forum</span></span></font><br />
<font class="post"><span class="link"><span class="link2">       but is not the author of this dump</span></span></font><br />
<font class="post"><span class="link"><span class="link2"></span></span></font><br />
<font class="post"><span class="link"><span class="link2">2nd/ the dump used in mameplus is not really</span></span></font><br />
<font class="post"><span class="link"><span class="link2">       proper, ask iq_132 who have finished the</span></span></font><br />
<font class="post"><span class="link"><span class="link2">       work to make the latest &#8220;proper&#8221; dump of this game</span></span></font><br />
<font class="post"><span class="link"><span class="link2"></span></span></font><br />
<font class="post"><span class="link"><span class="link2">(sorry for my bad english)&#8221;</span></span></font></p></blockquote>
<p>To be perfectly honest, this is as good a reason as any to <em>never</em> support this particular dump.  What may not be known by the ex-MAMEdev who is complaining the loudest about this is that because of the (in)famous epilepsy-inducing episode of Pokémon, the publisher is required to check for flashing screens, and as a result there&#8217;s a <em>very</em> good chance that there have been modifications to either the art or the program code of the game.</p>
<p>In the event that that technical reason isn&#8217;t a good enough one to suspend its inclusion in MAME, I ask you, the reader, to ask yourself: Who has been one of the most litigous companies in emulation history, well ahead of even Sony or Sega?  Indeed, it&#8217;s Nintendo.  They tried their best to stomp on earlier emulators in the mid-90&#8217;s, they tried to stomp out UltraHLE in the late 90&#8217;s, and I, for one, would rather they not choose MAMEdev as the group in the late 00&#8217;s to rectally violate with Thor&#8217;s hammer turned sideways.</p>
<p>This is Rumor Control, those were the facts.</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=134</wfw:commentRss>
		</item>
		<item>
		<title>Que Bella Taco</title>
		<link>http://moogle-tech.com/blog/?p=133</link>
		<comments>http://moogle-tech.com/blog/?p=133#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:12:34 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<category><![CDATA[food]]></category>

		<category><![CDATA[idle]]></category>

		<category><![CDATA[lunch]]></category>

		<category><![CDATA[taco bell]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=133</guid>
		<description><![CDATA[Today I hit up Taco Bell with a coworker for lunch.  On my way out I made an observation shared by stand-up comedians and the Internet alike:
&#8220;You know what I like about Taco Bell?  If you go in there with a $20 bill in-hand, you&#8217;ll eat like a king for the next week!&#8221;
Without missing a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I hit up Taco Bell with a coworker for lunch.  On my way out I made an observation shared by stand-up comedians and the Internet alike:</p>
<p><em>&#8220;You know what I like about Taco Bell?  If you go in there with a $20 bill in-hand, you&#8217;ll eat like a king for the next </em>week<em>!&#8221;</em></p>
<p>Without missing a step, my coworker simply replied:</p>
<address><em>&#8220;Yeah, and you&#8217;ll spend most of that week on the throne, too.</em>&#8221;<br />
</address>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=133</wfw:commentRss>
		</item>
		<item>
		<title>To the Person Who Stole My 80GB 5th-gen iPod From My Car Last Night</title>
		<link>http://moogle-tech.com/blog/?p=131</link>
		<comments>http://moogle-tech.com/blog/?p=131#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:20:09 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[car]]></category>

		<category><![CDATA[felony]]></category>

		<category><![CDATA[ipod]]></category>

		<category><![CDATA[thievery]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=131</guid>
		<description><![CDATA[When you stole my iPod last night, thank you for using the unlocked car doors, and not needlessly smashing out any windows.  It was a rental, and that would have been really unfortunate to have to both spend money replacing my iPod and replacing the window.
I also appreciate the fact that you left the 7 [...]]]></description>
			<content:encoded><![CDATA[<p>When you stole my iPod last night, thank you for using the unlocked car doors, and not needlessly smashing out any windows.  It was a rental, and that would have been really unfortunate to have to both spend money replacing my iPod <em>and</em> replacing the window.</p>
<p>I also appreciate the fact that you left the 7 Nintendo 64 games that I had yet to take in from my most recent Play-N-Trade trip, as they are considerably much harder to come by than an iPod.  Likewise, thank you for leaving the male-to-male stereo audio cable with which I had connected the iPod, as I wouldn&#8217;t want to have to shell out another $20 for a small length of wire.</p>
<p>On the subject of finance, however, you missed an opportunity to make a quick dollar or so by not taking the multitude of soda cans with you as well.</p>
<p>Overall, I hope you enjoy your newfound portable music player, and hopefully you&#8217;ll enjoy the rather eclectic collection of music on it.  You may be disappointed, though, as there wasn&#8217;t quite as much gangsta rap on there this time of year as you might like.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=131</wfw:commentRss>
		</item>
		<item>
		<title>Pirating the Pirates</title>
		<link>http://moogle-tech.com/blog/?p=127</link>
		<comments>http://moogle-tech.com/blog/?p=127#comments</comments>
		<pubDate>Sun, 02 Aug 2009 09:30:04 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Emulation]]></category>

		<category><![CDATA[mame]]></category>

		<category><![CDATA[39in1]]></category>

		<category><![CDATA[arm]]></category>

		<category><![CDATA[recursion]]></category>

		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=127</guid>
		<description><![CDATA[I&#8217;m not sure how many people are aware of this, but there&#8217;s an interesting little non-working game in MAME that goes by the unassuming nickname, &#8220;39in1&#8243;.  It&#8217;s one in a line of numerous &#8220;Xin1&#8243; games, including 4in1, 9in1 and 48in1 as well, though only 4in1 and 48in1 have been dumped in addition to 39in1..
The reason [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure how many people are aware of this, but there&#8217;s an interesting little non-working game in MAME that goes by the unassuming nickname, &#8220;39in1&#8243;.  It&#8217;s one in a line of numerous &#8220;Xin1&#8243; games, including 4in1, 9in1 and 48in1 as well, though only 4in1 and 48in1 have been dumped in addition to 39in1..</p>
<p>The reason why these games are interesting is because they&#8217;re bootlegs of MAME, hacked to run on a 200MHz Intel XScale system-on-a-chip, so there&#8217;s a very good chance that these games will be the first instance of MAME self-virtualizing, albeit with an earlier version than itself.</p>
<p>Between Andreas Naive breaking the encryption on the main program ROM, me wiring up a good number of the PXA255 peripherals, and R. Belmont figuring out a lot of the CPLD communication, it finally runs far enough to display something, albeit an error message:</p>
<p><img src="http://moogle-tech.com/39in1.png" width="480" height="296" /></p>
<p>Stay tuned; there&#8217;s probably more to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=127</wfw:commentRss>
		</item>
		<item>
		<title>Midas</title>
		<link>http://moogle-tech.com/blog/?p=126</link>
		<comments>http://moogle-tech.com/blog/?p=126#comments</comments>
		<pubDate>Thu, 16 Jul 2009 04:27:48 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[007]]></category>

		<category><![CDATA[everest]]></category>

		<category><![CDATA[goldeneye]]></category>

		<category><![CDATA[MESS]]></category>

		<category><![CDATA[n64]]></category>

		<category><![CDATA[reverse engineering]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=126</guid>
		<description><![CDATA[This is a really lofty goal, but I think in my spare time I&#8217;m going to have a try at 100% accurately re-creating the Goldeneye engine in C, based on disassemblies and traces of the actual game.
Well, that&#8217;s the end goal, anyway.  For now I&#8217;d be satisfied with tracing out the game&#8217;s boot process to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a really lofty goal, but I think in my spare time I&#8217;m going to have a try at 100% accurately re-creating the Goldeneye engine in C, based on disassemblies and traces of the actual game.</p>
<p>Well, that&#8217;s the end goal, anyway.  For now I&#8217;d be satisfied with tracing out the game&#8217;s boot process to figure out why, exactly, it fails to boot in MESS currently.</p>
<p>Either way, my current work is <a href="http://moogle-tech.com/goldeneye_7_15_2009.txt" target="_blank">here</a>.  That&#8217;s after around 4-5 hours&#8217; worth of work.</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=126</wfw:commentRss>
		</item>
		<item>
		<title>Oh Baby</title>
		<link>http://moogle-tech.com/blog/?p=123</link>
		<comments>http://moogle-tech.com/blog/?p=123#comments</comments>
		<pubDate>Tue, 02 Jun 2009 02:52:33 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Emulation]]></category>

		<category><![CDATA[MESS]]></category>

		<category><![CDATA[baby]]></category>

		<category><![CDATA[manchester]]></category>

		<category><![CDATA[manchester small-scale experimental machine]]></category>

		<category><![CDATA[ssem]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=123</guid>
		<description><![CDATA[If anyone wants to try it out, I just committed my CPU core and driver for the Manchester Small-Scale Experimental Machine (SSEM), or &#8220;Baby&#8221;, to the MESS SVN depot.  It currently runs all known SSEM programs bundled with David Sharp&#8217;s SSEM simulator, available here.
I am not entirely happy with the fact that it is compatible [...]]]></description>
			<content:encoded><![CDATA[<p>If anyone wants to try it out, I just committed my CPU core and driver for the Manchester Small-Scale Experimental Machine (SSEM), or &#8220;Baby&#8221;, to the MESS SVN depot.  It currently runs all known SSEM programs bundled with David Sharp&#8217;s SSEM simulator, available <a href="http://www.davidsharp.com/baby/">here</a>.</p>
<p>I am not entirely happy with the fact that it <em>is</em> compatible with all of the programs, though.  Certain programs in particular, i.e. &#8220;nightmare.snp&#8221;, would not run on the SSEM had it ever been extended to the full 8192 words of storage space of which it was theoretically capable (per some SSEM history sites), as they pad out the unused 8 address bits with pretty patterns.</p>
<p>And now, a pretty picture:</p>
<p><img src="http://moogle-tech.com/ssem0.png" width="256" height="280" /></p>
<p>The controls are as follows:<br />
Up / Down: Move the selected store line up/down<br />
Button 1: Halt / un-halt the SSEM<br />
1-8, Q-I, A-K, Z-,: Toggle bits 0-31 of the currently-selected store line</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=123</wfw:commentRss>
		</item>
		<item>
		<title>Yeah, Baby, Yeah</title>
		<link>http://moogle-tech.com/blog/?p=118</link>
		<comments>http://moogle-tech.com/blog/?p=118#comments</comments>
		<pubDate>Thu, 16 Apr 2009 04:28:18 +0000</pubDate>
		<dc:creator>The Phantom</dc:creator>
		
		<category><![CDATA[Emulation]]></category>

		<category><![CDATA[MESS]]></category>

		<category><![CDATA[baby]]></category>

		<category><![CDATA[manchester]]></category>

		<category><![CDATA[mark I]]></category>

		<category><![CDATA[small scale experimental machine]]></category>

		<category><![CDATA[ssem]]></category>

		<category><![CDATA[wip]]></category>

		<guid isPermaLink="false">http://moogle-tech.com/blog/?p=118</guid>
		<description><![CDATA[I was rather intrigued by David Link&#8217;s project to resurrect the Manchester Mark I, and commenced digging up more info about the Manchester Mark I and its predecessor, the Manchester Small Scale Experimental Machine, or &#8220;Baby&#8221;.
As it turns out, there&#8217;s already a Java-based emulator out there.  Inspiration struck, and I decided to see how easy [...]]]></description>
			<content:encoded><![CDATA[<p>I was rather intrigued by David Link&#8217;s <a href="http://www.alpha60.de/research/muc/">project to resurrect the Manchester Mark I</a>, and commenced digging up more info about the Manchester Mark I and its predecessor, the Manchester Small Scale Experimental Machine, or &#8220;Baby&#8221;.</p>
<p>As it turns out, there&#8217;s already a Java-based emulator out there.  Inspiration struck, and I decided to see how easy it would be to emulate the SSEM in MESS.  It was, historically, the first electronic stored-program computer (if I read my sources right), so it seems like a prime candidate for support in MESS.</p>
<p>Without further ado, here is the Manchester Small Scale Experimental Machine displaying the results of Tom Kilburn&#8217;s &#8220;Highest Common Factor for 989&#8243; program, including the correct answer (43).</p>
<p><img src="http://moogle-tech.com/old.png" width="256" height="288" /></p>
<p>Chances are good I&#8217;ll be able to get clearance to add this to MESS.  Fingers crossed!</p>
]]></content:encoded>
			<wfw:commentRss>http://moogle-tech.com/blog/?feed=rss2&amp;p=118</wfw:commentRss>
		</item>
	</channel>
</rss>
