<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Cameron&#039;s Closet</title>
	<atom:link href="http://cameronscloset.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cameronscloset.com</link>
	<description></description>
	<lastBuildDate>Thu, 20 Sep 2012 21:58:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cameronscloset.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Cameron&#039;s Closet</title>
		<link>http://cameronscloset.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cameronscloset.com/osd.xml" title="Cameron&#039;s Closet" />
	<atom:link rel='hub' href='http://cameronscloset.com/?pushpress=hub'/>
		<item>
		<title>Vintage Mimeo Ad</title>
		<link>http://cameronscloset.com/2012/07/13/vintage-mimeo-ad/</link>
		<comments>http://cameronscloset.com/2012/07/13/vintage-mimeo-ad/#comments</comments>
		<pubDate>Fri, 13 Jul 2012 15:06:09 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple 1]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=366</guid>
		<description><![CDATA[When I set out to build my Apple 1 Replica I wanted to recreate the one from the first advertisement. How do you think I did?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=366&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When I set out to build my Apple 1 Replica I wanted to recreate the one from the first advertisement. How do you think I did?</p>
<p><a href="http://apple1org.files.wordpress.com/2012/07/mimeoad.jpg"><img src="http://apple1org.files.wordpress.com/2012/07/mimeoad.jpg?w=225&h=300" alt="" title="mimeoad" width="225" height="300" class="aligncenter size-medium wp-image-367" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/366/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=366&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2012/07/13/vintage-mimeo-ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2012/07/mimeoad.jpg?w=225" medium="image">
			<media:title type="html">mimeoad</media:title>
		</media:content>
	</item>
		<item>
		<title>A Common Apple 1 Emulation Bug</title>
		<link>http://cameronscloset.com/2012/02/19/a-common-apple-1-emulation-bug/</link>
		<comments>http://cameronscloset.com/2012/02/19/a-common-apple-1-emulation-bug/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 15:08:02 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple 1]]></category>
		<category><![CDATA[Emulator]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=356</guid>
		<description><![CDATA[Recently I was bringing up an Apple 1 and I did the first thing I always do to do an initial checkout, which is run the Test Program from the Apple-1 Operation Manual. This is a very simple program that runs a loop that counts from 0&#215;00 to 0xFF and prints each byte as an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=356&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I was bringing up an Apple 1 and I did the first thing I always do to do an initial checkout, which is run the Test Program from the Apple-1 Operation Manual. This is a very simple program that runs a loop that counts from 0&#215;00 to 0xFF and prints each byte as an ASCII character. Here is the program:</p>
<p><code><br />
0000 LDA #0<br />
0002 TAX<br />
0003 JSR ECHO<br />
0006 INX<br />
0007 TXA<br />
0008 JMP $0002<br />
</code></p>
<p>This time when I brought up the Apple 1 I saw the following output:</p>
<p><a href="http://apple1org.files.wordpress.com/2012/02/apple1.jpg"><img src="http://apple1org.files.wordpress.com/2012/02/apple1.jpg?w=300&h=224" alt="" title="Test Program Running On An Apple 1" width="300" height="224" class="aligncenter size-medium wp-image-357" /></a></p>
<p>The last time I had run this program, I had run it on an emulator and seen the following:</p>
<p><a href="http://apple1org.files.wordpress.com/2012/02/pom1.png"><img src="http://apple1org.files.wordpress.com/2012/02/pom1.png?w=300&h=235" alt="" title="Test Program Running in Pom 1" width="300" height="235" class="aligncenter size-medium wp-image-358" /></a></p>
<p>Remembering how the output looked I thought there was a problem with my Apple 1. After further investigation I found the answer in the Apple 1 schematics.</p>
<p><a href="http://apple1org.files.wordpress.com/2012/02/schematic.jpg"><img src="http://apple1org.files.wordpress.com/2012/02/schematic.jpg?w=300&h=288" alt="" title="schematic" width="300" height="288" class="aligncenter size-medium wp-image-360" /></a></p>
<p>It turns out that character output is tied to RD6 or RD7. This was overlooked in every Apple 1 emulator that I have looked at.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=356&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2012/02/19/a-common-apple-1-emulation-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2012/02/apple1.jpg?w=300" medium="image">
			<media:title type="html">Test Program Running On An Apple 1</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2012/02/pom1.png?w=300" medium="image">
			<media:title type="html">Test Program Running in Pom 1</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2012/02/schematic.jpg?w=300" medium="image">
			<media:title type="html">schematic</media:title>
		</media:content>
	</item>
		<item>
		<title>Disk II</title>
		<link>http://cameronscloset.com/2011/06/06/disk-ii/</link>
		<comments>http://cameronscloset.com/2011/06/06/disk-ii/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 12:41:22 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple II]]></category>
		<category><![CDATA[Disk II]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=349</guid>
		<description><![CDATA[In 1977 Mike Markkula, like many users, was unhappy with the time it took to load data from the cassette interface. He made it a company goal to develop a disk system for the Apple II. After studying the Shugart documentation Woz found that he could avoid much of the complex circuitry needed to control [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=349&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In 1977 Mike Markkula, like many users, was unhappy with the time it took to load data from the cassette interface. He made it a company goal to develop a disk system for the Apple II. After studying the Shugart documentation Woz found that he could avoid much of the complex circuitry needed to control a disk head by doing more work in software. In addition, by doing the board layout himself, Woz was able to reduce chip count even further. My Disk II card is an early production unit which is visible by the tin fingers on the card. The Disk II drive is serial #7461 and includes the rainbow ribbon cable that came with the early production units.</p>

<a href='http://cameronscloset.com/2011/06/06/disk-ii/img_2904/' title='IMG_2904'><img data-liked='0' data-reblogged='0'data-attachment-id="352" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_2904.jpg" data-orig-size="1555,1036" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1306435983&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_2904.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_2904.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_2904.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_2904" title="IMG_2904" /></a>
<a href='http://cameronscloset.com/2011/06/06/disk-ii/img_2902/' title='IMG_2902'><img data-liked='0' data-reblogged='0'data-attachment-id="351" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_2902.jpg" data-orig-size="1555,1036" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1306435923&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_2902.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_2902.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_2902.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_2902" title="IMG_2902" /></a>
<a href='http://cameronscloset.com/2011/06/06/disk-ii/img_2896/' title='IMG_2896'><img data-liked='0' data-reblogged='0'data-attachment-id="350" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_2896.jpg" data-orig-size="1555,1036" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1306435831&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_2896.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_2896.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_2896.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_2896" title="IMG_2896" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=349&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2011/06/06/disk-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_2904.jpg?w=150" medium="image">
			<media:title type="html">IMG_2904</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_2902.jpg?w=150" medium="image">
			<media:title type="html">IMG_2902</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_2896.jpg?w=150" medium="image">
			<media:title type="html">IMG_2896</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple 1 Software Library for iOS</title>
		<link>http://cameronscloset.com/2011/06/05/apple-1-software-library-for-ios/</link>
		<comments>http://cameronscloset.com/2011/06/05/apple-1-software-library-for-ios/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 04:13:44 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple 1]]></category>
		<category><![CDATA[Cassette Interface]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=338</guid>
		<description><![CDATA[Recently I wrote an Application for iOS devices that can be used to load Apple 1 software through the cassette interface. One key benefit to this application is that is shows load and verify instructions for each program. I&#8217;m currently in the process of getting this added to the App Store.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=338&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I wrote an Application for iOS devices that can be used to load Apple 1 software through the cassette interface. One key benefit to this application is that is shows load and verify instructions for each program. I&#8217;m currently in the process of getting this added to the App Store.</p>

<a href='http://cameronscloset.com/2011/06/05/apple-1-software-library-for-ios/library/' title='library'><img data-liked='0' data-reblogged='0'data-attachment-id="339" data-orig-file="http://apple1org.files.wordpress.com/2011/06/library.png" data-orig-size="396,744" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/library.png?w=159" data-large-file="http://apple1org.files.wordpress.com/2011/06/library.png?w=396" width="79" height="150" src="http://apple1org.files.wordpress.com/2011/06/library.png?w=79&h=150" class="attachment-thumbnail" alt="library" title="library" /></a>
<a href='http://cameronscloset.com/2011/06/05/apple-1-software-library-for-ios/startrek/' title='startrek'><img data-liked='0' data-reblogged='0'data-attachment-id="340" data-orig-file="http://apple1org.files.wordpress.com/2011/06/startrek.png" data-orig-size="396,744" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/startrek.png?w=159" data-large-file="http://apple1org.files.wordpress.com/2011/06/startrek.png?w=396" width="79" height="150" src="http://apple1org.files.wordpress.com/2011/06/startrek.png?w=79&h=150" class="attachment-thumbnail" alt="startrek" title="startrek" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=338&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2011/06/05/apple-1-software-library-for-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/library.png?w=79" medium="image">
			<media:title type="html">library</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/startrek.png?w=79" medium="image">
			<media:title type="html">startrek</media:title>
		</media:content>
	</item>
		<item>
		<title>Mimeo Apple Cassette Interface</title>
		<link>http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/</link>
		<comments>http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 04:07:08 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple 1]]></category>
		<category><![CDATA[Cassette Interface]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=330</guid>
		<description><![CDATA[Today I built up Mike Willegal&#8216;s Apple Cassette Interface for the Apple 1. Previously I was using the Obtronix interface, however Mike&#8217;s board is a more accure reproduction.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=330&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg"><img src="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg?w=300&h=199" alt="" title="IMG_3041" width="300" height="199" class="aligncenter size-medium wp-image-334" /></a></p>
<p>Today I built up <a href="http://www.willegal.net">Mike Willegal</a>&#8216;s Apple Cassette Interface for the Apple 1. Previously I was using the Obtronix interface, however Mike&#8217;s board is a more accure reproduction. </p>

<a href='http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/img_3033/' title='IMG_3033'><img data-liked='0' data-reblogged='0'data-attachment-id="331" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_3033.jpg" data-orig-size="1555,1037" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1307300995&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_3033.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_3033.jpg?w=1024" width="150" height="100" src="http://apple1org.files.wordpress.com/2011/06/img_3033.jpg?w=150&h=100" class="attachment-thumbnail" alt="IMG_3033" title="IMG_3033" /></a>
<a href='http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/img_3034/' title='IMG_3034'><img data-liked='0' data-reblogged='0'data-attachment-id="332" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_3034.jpg" data-orig-size="1555,1033" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1307301011&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_3034.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_3034.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_3034.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_3034" title="IMG_3034" /></a>
<a href='http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/img_3036/' title='IMG_3036'><img data-liked='0' data-reblogged='0'data-attachment-id="333" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_3036.jpg" data-orig-size="1555,1033" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1307301029&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_3036.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_3036.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_3036.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_3036" title="IMG_3036" /></a>
<a href='http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/img_3041/' title='IMG_3041'><img data-liked='0' data-reblogged='0'data-attachment-id="334" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg" data-orig-size="1555,1033" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1307306397&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_3041" title="IMG_3041" /></a>
<a href='http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/img_3043/' title='IMG_3043'><img data-liked='0' data-reblogged='0'data-attachment-id="335" data-orig-file="http://apple1org.files.wordpress.com/2011/06/img_3043.jpg" data-orig-size="1555,1033" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1307306421&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/06/img_3043.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/06/img_3043.jpg?w=1024" width="150" height="99" src="http://apple1org.files.wordpress.com/2011/06/img_3043.jpg?w=150&h=99" class="attachment-thumbnail" alt="IMG_3043" title="IMG_3043" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=330&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2011/06/05/mimeo-apple-cassette-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg?w=300" medium="image">
			<media:title type="html">IMG_3041</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_3033.jpg?w=150" medium="image">
			<media:title type="html">IMG_3033</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_3034.jpg?w=150" medium="image">
			<media:title type="html">IMG_3034</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_3036.jpg?w=150" medium="image">
			<media:title type="html">IMG_3036</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_3041.jpg?w=150" medium="image">
			<media:title type="html">IMG_3041</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/06/img_3043.jpg?w=150" medium="image">
			<media:title type="html">IMG_3043</media:title>
		</media:content>
	</item>
		<item>
		<title>Brain Board Demo Video</title>
		<link>http://cameronscloset.com/2011/05/27/brain-board-demo-video/</link>
		<comments>http://cameronscloset.com/2011/05/27/brain-board-demo-video/#comments</comments>
		<pubDate>Fri, 27 May 2011 11:56:59 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple 1]]></category>
		<category><![CDATA[Apple II]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=327</guid>
		<description><![CDATA[Here is a video demoing Mike Willegal&#8216;s Brain Board. In the demo I load Blackjack for the Apple 1 from cassette.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=327&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here is a video demoing <a href="http://willegal.net">Mike Willegal</a>&#8216;s Brain Board. In the demo I load Blackjack for the Apple 1 from cassette.</p>
<span style="text-align:center; display: block;"><a href="http://cameronscloset.com/2011/05/27/brain-board-demo-video/"><img src="http://img.youtube.com/vi/jMyG0gHQoN8/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=327&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2011/05/27/brain-board-demo-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>
	</item>
		<item>
		<title>Vintage Ceramic DRAMs</title>
		<link>http://cameronscloset.com/2011/05/26/vintage-ceramic-drams/</link>
		<comments>http://cameronscloset.com/2011/05/26/vintage-ceramic-drams/#comments</comments>
		<pubDate>Fri, 27 May 2011 01:24:22 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple II]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=324</guid>
		<description><![CDATA[When I first restored my Rev 0 Apple II, I used DRAM chips from an Apple II plus. While this worked fine, I wanted something a little more authentic to the machine. I was looking at Geoff Harrison&#8217;s Apple II #97 and noticed some nice NEC uPD416&#8242;s so I pick up a set and put [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=324&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When I first restored my Rev 0 Apple II, I used DRAM chips from an Apple II plus. While this worked fine, I wanted something a little more authentic to the machine. I was looking at <a href="http://www.solivant.com/appleII/">Geoff Harrison&#8217;s Apple II #97</a> and noticed some nice NEC uPD416&#8242;s so I pick up a set and put them in.</p>
<p><a href="http://apple1org.files.wordpress.com/2011/05/img_1335.jpg"><img src="http://apple1org.files.wordpress.com/2011/05/img_1335.jpg?w=600&h=399" alt="" title="NEC uPD416 DRAM" width="600" height="399" class="aligncenter size-full wp-image-325" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=324&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2011/05/26/vintage-ceramic-drams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/05/img_1335.jpg" medium="image">
			<media:title type="html">NEC uPD416 DRAM</media:title>
		</media:content>
	</item>
		<item>
		<title>Brain Board &#8211; Turning the Apple II Into an Apple 1</title>
		<link>http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/</link>
		<comments>http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/#comments</comments>
		<pubDate>Thu, 26 May 2011 17:24:34 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple II]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cameronscloset.com/?p=314</guid>
		<description><![CDATA[This week I received a beta Brain Board from Mike Willegal. This board came with the Wozanium pack which will cause an Apple II to function like an Apple 1. This a great way to get the Apple 1 experience without having to build a replica. The assembly took me about 40 minutes and it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=314&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This week I received a beta <a href="http://www.willegal.net/appleii/brainboard.htm">Brain Board</a> from Mike Willegal. This board came with the Wozanium pack which will cause an Apple II to function like an Apple 1. This a great way to get the Apple 1 experience without having to build a replica. The assembly took me about 40 minutes and it works great!</p>

<a href='http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/img_1249/' title='IMG_1249'><img data-liked='0' data-reblogged='0'data-attachment-id="315" data-orig-file="http://apple1org.files.wordpress.com/2011/03/img_1249.jpg" data-orig-size="1555,1037" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1299746924&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;21&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/03/img_1249.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/03/img_1249.jpg?w=1024" width="150" height="100" src="http://apple1org.files.wordpress.com/2011/03/img_1249.jpg?w=150&h=100" class="attachment-thumbnail" alt="IMG_1249" title="IMG_1249" /></a>
<a href='http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/img_1250/' title='IMG_1250'><img data-liked='0' data-reblogged='0'data-attachment-id="316" data-orig-file="http://apple1org.files.wordpress.com/2011/03/img_1250.jpg" data-orig-size="1555,1037" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1299748985&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/03/img_1250.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/03/img_1250.jpg?w=1024" width="150" height="100" src="http://apple1org.files.wordpress.com/2011/03/img_1250.jpg?w=150&h=100" class="attachment-thumbnail" alt="IMG_1250" title="IMG_1250" /></a>
<a href='http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/img_1251/' title='IMG_1251'><img data-liked='0' data-reblogged='0'data-attachment-id="317" data-orig-file="http://apple1org.files.wordpress.com/2011/03/img_1251.jpg" data-orig-size="1555,1037" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1299748995&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/03/img_1251.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/03/img_1251.jpg?w=1024" width="150" height="100" src="http://apple1org.files.wordpress.com/2011/03/img_1251.jpg?w=150&h=100" class="attachment-thumbnail" alt="IMG_1251" title="IMG_1251" /></a>
<a href='http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/img_1325/' title='IMG_1325'><img data-liked='0' data-reblogged='0'data-attachment-id="318" data-orig-file="http://apple1org.files.wordpress.com/2011/03/img_1325.jpg" data-orig-size="1555,1037" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1300109099&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;34&quot;,&quot;iso&quot;:&quot;1250&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/03/img_1325.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/03/img_1325.jpg?w=1024" width="150" height="100" src="http://apple1org.files.wordpress.com/2011/03/img_1325.jpg?w=150&h=100" class="attachment-thumbnail" alt="IMG_1325" title="IMG_1325" /></a>
<a href='http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/img_1327/' title='IMG_1327'><img data-liked='0' data-reblogged='0'data-attachment-id="319" data-orig-file="http://apple1org.files.wordpress.com/2011/03/img_1327.jpg" data-orig-size="1555,1037" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS REBEL T2i&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1300109131&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;34&quot;,&quot;iso&quot;:&quot;1000&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-description="" data-medium-file="http://apple1org.files.wordpress.com/2011/03/img_1327.jpg?w=300" data-large-file="http://apple1org.files.wordpress.com/2011/03/img_1327.jpg?w=1024" width="150" height="100" src="http://apple1org.files.wordpress.com/2011/03/img_1327.jpg?w=150&h=100" class="attachment-thumbnail" alt="IMG_1327" title="IMG_1327" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=314&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2011/05/26/brain-board-turning-the-apple-ii-into-an-apple-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/03/img_1249.jpg?w=150" medium="image">
			<media:title type="html">IMG_1249</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/03/img_1250.jpg?w=150" medium="image">
			<media:title type="html">IMG_1250</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/03/img_1251.jpg?w=150" medium="image">
			<media:title type="html">IMG_1251</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/03/img_1325.jpg?w=150" medium="image">
			<media:title type="html">IMG_1325</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2011/03/img_1327.jpg?w=150" medium="image">
			<media:title type="html">IMG_1327</media:title>
		</media:content>
	</item>
		<item>
		<title>Applesoft ROM Card</title>
		<link>http://cameronscloset.com/2010/11/16/applesoft-rom-card/</link>
		<comments>http://cameronscloset.com/2010/11/16/applesoft-rom-card/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:03:21 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple II]]></category>

		<guid isPermaLink="false">http://apple-1.org/?p=298</guid>
		<description><![CDATA[I&#8217;ve added a ROM card to my Apple II containing Applesoft ROMs. Thanks a bunch to Mike Willegal for suppling the card.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=298&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve added a ROM card to my Apple II containing Applesoft ROMs. Thanks a bunch to <a href="http://willegal.net">Mike Willegal</a> for suppling the card.<br />
<br />
<a href="http://apple1org.files.wordpress.com/2010/11/img_3157.jpg"><img src="http://apple1org.files.wordpress.com/2010/11/img_3157.jpg?w=600&h=400" alt="" title="IMG_3157" width="600" height="400" class="aligncenter size-full wp-image-299" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=298&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2010/11/16/applesoft-rom-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2010/11/img_3157.jpg" medium="image">
			<media:title type="html">IMG_3157</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple II Serial #133</title>
		<link>http://cameronscloset.com/2010/11/16/apple-ii-serial-133/</link>
		<comments>http://cameronscloset.com/2010/11/16/apple-ii-serial-133/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 04:01:05 +0000</pubDate>
		<dc:creator>cameron</dc:creator>
				<category><![CDATA[Apple II]]></category>

		<guid isPermaLink="false">http://apple-1.org/?p=295</guid>
		<description><![CDATA[I recently acquired a rev 0 Apple II motherboard numbered #133. I&#8217;ve done a full restoration on this board using the earliest components I could find including the keyboard and power supply.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=295&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I recently acquired a rev 0 Apple II motherboard numbered #133. I&#8217;ve done a full restoration on this board using the earliest components I could find including the keyboard and power supply.<br />
<br />
<a href="http://apple1org.files.wordpress.com/2010/11/img_3158.jpg"><img src="http://apple1org.files.wordpress.com/2010/11/img_3158.jpg?w=600&h=400" alt="" title="IMG_3158" width="600" height="400" class="aligncenter size-full wp-image-284" /></a><br />
<a href="http://apple1org.files.wordpress.com/2010/11/img_3172.jpg"><img src="http://apple1org.files.wordpress.com/2010/11/img_3172.jpg?w=600&h=400" alt="" title="IMG_3172" width="600" height="400" class="aligncenter size-full wp-image-289" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apple1org.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apple1org.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cameronscloset.com&#038;blog=15135201&#038;post=295&#038;subd=apple1org&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cameronscloset.com/2010/11/16/apple-ii-serial-133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c68e79f3a9ba3a4c1e4a9a18811896bd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">austincomputermuseum</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2010/11/img_3158.jpg" medium="image">
			<media:title type="html">IMG_3158</media:title>
		</media:content>

		<media:content url="http://apple1org.files.wordpress.com/2010/11/img_3172.jpg" medium="image">
			<media:title type="html">IMG_3172</media:title>
		</media:content>
	</item>
	</channel>
</rss>