<?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>6809 &#8211; Retro Computing</title>
	<atom:link href="http://retro.hansotten.nl/category/6809/feed/" rel="self" type="application/rss+xml" />
	<link>http://retro.hansotten.nl</link>
	<description>About small SBC systems</description>
	<lastBuildDate>Sun, 18 Aug 2024 14:36:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>http://retro.hansotten.nl/wp-content/uploads/2020/10/cropped-kim1-as-32x32.jpg</url>
	<title>6809 &#8211; Retro Computing</title>
	<link>http://retro.hansotten.nl</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SS-50 software SBUG SWTBUG</title>
		<link>http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/ss-30-ss-50/ss-50-software-sbug-swtbug/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Fri, 16 Aug 2024 08:21:12 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<category><![CDATA[corsham]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=16925</guid>

					<description><![CDATA[Archive with SS-50 software See also the Corsham github repositories for the latest versions of programs. In this archive: 6800 programs xswtbug This is the extended version of SWTBUG, originally written by SWTPC and then enhanced by Corsham Tech. It is fully compatible with the original, and all entry points are the same, so old [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://retro.hansotten.nl/uploads/corsham/CorshamSS50software.zip">Archive with SS-50 software</a></p>
<p>See also the <a href="http://retro.hansotten.nl/corsham-projects-archive/corsham-github/">Corsham github repositories</a> for the latest versions of programs.</p>
<p>In this archive:</p>
<ul>
<li>
<h3>6800 programs</h3>
<p><strong>xswtbug</strong><br />
This is the extended version of SWTBUG, originally written by SWTPC and then enhanced by Corsham Tech.  It is fully compatible with the original, and all entry points are the same, so old programs should run with it.  This is the source file to the code in the EPROM on the 6800 CPU board.<br />
Note that this includes some low level functions for the SD card adaptor we&#8217;ve been working on, so that&#8217;s what some of the code is about.<br />
<strong>MicroBas</strong></p>
<p>This is Technical Systems Consultants&#8217; (TSC) Micro Basic Plus, a 4K BASIC interpreter.  This has been modified so the user can build it for use with either the MP-C card (as delivered) or the MP-S card (our change).  The S19 file is built for the MP-S (or<br />
compatible card such as our serial board).  It can be loaded with SWTBUG&#8217;s L command.<br />
<strong>numguess</strong><br />
A silly number guessing game I wrote one evening, based on an interview question at Microsoft in the mid 1980s.  Read the comments for an explanation.  Basically, guess a number between 1 and 100 but it involves some rewards or consequences.<br />
<strong>console.asm</strong><br />
I wanted a stripped down set of input/output functions for the console, and also a kbhit function to determine if a key is waiting or not, so this file was tossed together.  It only supports ACIA boards, not the MP-C.  Other source files include this.<br />
<strong>othello</strong><br />
This is a decent version of the Othello game taken from the internet.  We did nothing except make it assemble with the AS02 assembler.<br />
<strong>memtest</strong><br />
A decent little memory test program that prompts the user for the starting and ending location, then does a rolling nine bit pattern.  Since the pattern repeats every nine bytes (as opposed to a power of two), it can detect shorted address busses and the like.<br />
A &#8220;<strong>hunt the wumpus</strong>&#8221; game I found on the net.  It assembles and runs, but that&#8217;s as far as I&#8217;ve tested it.<br />
<strong>Life</strong>.<br />
Don&#8217;t speak to me about life.&#8221;  (you should know the reference).<br />
This is a version of Conway&#8217;s Life program, although it has bugs.  One know issue is that it scrolls the screen when using a WYSE-30 terminal, so the whole screen is off by one row; makes updates look odd.  Might have other bugs too.  You can assemble it for either VT-100 or Wyse-30 terminals.
</li>
<li>
<h3>6809 programs</h3>
<p>This contains 6809 related software.  Sorry, but the 6809 board took a lot longer than anticipated, so there wasn&#8217;t much time to develop fun software like we did for the 6800 board.<br />
<strong>sbug_1_8</strong> is the basic 6809 debugger that SWTPC included on their 6809 board.  This is modified to build with the Kingswood Consulting 6809 cross assembler AS09.<br />
<strong>sbug</strong> is our more modified version that has options for building a Tiny BASIC into the lower 2K.<br />
<strong>basic</strong> is the Tiny BASIC interpreter</li>
<li>
<h3>SBUG 1.8.1</h3>
<p> (see <a href="http://retro.hansotten.nl/corsham-projects-archive/corsham-github/">github</a> for 1.8.2)</li>
<li>
<h3>xSWTBUG</h3>
<p>;REPLACEMENT FOR MIKBUG ROM<br />
;FOR SWTPC 6800 COMPUTER SYSTEM<br />
;COPYRIGHT 1977<br />
;SOUTHWEST TECHNICAL PROD. CORP.<br />
;AUGUST, 1977<br />
;***************************************************<br />
;<br />
; Enhancements by Bob Applegate, K2UT<br />
; bob@corshamtech.com<br />
; www.corshamtech.com<br />
;<br />
; This was all done for the SWTBUG included with the<br />
; Corsham Tech 6800 CPU board.<br />
(see also <a href="http://retro.hansotten.nl/corsham-projects-archive/corsham-github/">github</a>)</li>
<li>
<h3>CTMon65</h3>
<p>Monitor for the SS-50 65C02 CPU board<br />
(see also <a href="http://retro.hansotten.nl/corsham-projects-archive/corsham-github/">github</a>)</li>
</ul>
<p><img fetchpriority="high" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/MicroBas.jpg" alt="" width="514" height="152" class="alignleft size-full wp-image-16932" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/MicroBas.jpg 514w, http://retro.hansotten.nl/wp-content/uploads/2024/08/MicroBas-300x89.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/MicroBas-150x44.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/MicroBas-3x1.jpg 3w" sizes="(max-width: 514px) 100vw, 514px" /></p>
<p><img decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Capture2.jpg" alt="" width="460" height="178" class="alignleft size-full wp-image-16936" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Capture2.jpg 460w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Capture2-300x116.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Capture2-150x58.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Capture2-3x1.jpg 3w" sizes="(max-width: 460px) 100vw, 460px" /></p>
<p><img decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/BASIC_1.jpg" alt="" width="654" height="437" class="alignleftsize-large wp-image-16935" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/BASIC_1.jpg 869w, http://retro.hansotten.nl/wp-content/uploads/2024/08/BASIC_1-300x200.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/BASIC_1-150x100.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/BASIC_1-768x513.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/BASIC_1-1x1.jpg 1w" sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/MitsBasic.jpg" alt="" width="571" height="204" class="alignleftsize-large wp-image-16934" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/MitsBasic.jpg 571w, http://retro.hansotten.nl/wp-content/uploads/2024/08/MitsBasic-300x107.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/MitsBasic-150x54.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/MitsBasic-3x1.jpg 3w"  sizes="(max-width: 571px) 100vw, 571px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Mits2.jpg" alt="" width="446" height="128" class="alignleftsize-large wp-image-16933" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Mits2.jpg 446w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Mits2-300x86.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Mits2-150x43.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Mits2-3x1.jpg 3w"  sizes="(max-width: 446px) 100vw, 446px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/synertek-sym-ktm/my-synertek-collection-photos/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/06/vim1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My Synertek collection photos</h2><div class="relpost_card_exerpt">Here images of Synertek related objects in my collection.






























...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-5/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125139-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 5</h2><div class="relpost_card_exerpt">

After almost a year (2019)of on-again, off-again, development we finally have a new revision of the KIM Clone.

It...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-3/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KClone1-6.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 3</h2><div class="relpost_card_exerpt">Changes between Revision 2 and Revision 3 Boards

Revision 3 boards had a number of minor changes to fix know issues o...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-1-products/multifunction-and-motherboard/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KIM_exp-2-1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Multifunction and Motherboard</h2><div class="relpost_card_exerpt">This board combines several existing boards into one, and puts it into a form factor meant for those who have legacy mot...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SS-50 6809 CPU board</title>
		<link>http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/ss-30-ss-50/ss-50-6809-cpu-board/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Thu, 15 Aug 2024 17:41:42 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<category><![CDATA[corsham]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=16906</guid>

					<description><![CDATA[This is the coolest thing we’ve done… so far! Our original 6800 board continues to be a fun project to work with. I grew up doing 6502 and Z80 assembly language and have always been able to do a lot with either, but the 6809 is just amazing! The instruction set and addressing modes make [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is the coolest thing we’ve done… so far!</p>
<p>Our original 6800 board continues to be a fun project to work with.  I grew up doing 6502 and Z80 assembly language and have always been able to do a lot with either, but the 6809 is just amazing!  The instruction set and addressing modes make it easy to write much more complicated code.  There are numerous operating systems for this processor, include multi-tasking and multi-user options.</p>
<p><strong>Features</strong><br />
&#8211; 68B09 processor running at 2 MHz.<br />
4- K EPROM – SBUG occupies upper 2K, and the lower 2K is available.  We usually put either a Tiny BASIC or SD card subroutines there, but it can be replaced with user code.<br />
&#8211; Switch allows disabling the lower 2K of the EPROM.<br />
&#8211; 128K RAM – Extended memory banks 0 and 1.  Each 8K block can be enabled/disabled via easy to use DIP switches.<br />
&#8211; Support for the extended 20 bit address bus using the same Dynamic Address Translation (DAT) as the original SWTPC board.<br />
&#8211; Jumper selection of either baud rate clocks or address bits for A16 to A19.<br />
&#8211; Jumper selection of either baud rate clock or /BUSRQ line.<br />
&#8211; On-board RESET button along with headers for external reset and interrupt buttons.<br />
&#8211; High quality dual-layer board.<br />
&#8211; Off the shelf components: easy to understand, easy to repair, easy to modify.</p>
<p>This shows the jumpers used to select the extended address lines or baud clocks, and clock selection.  The jumper block labeled VAR sets the “VAR” clock rate to 1200, 2400, 4800 or 9600 baud (actually x16).  The VAR/BUSRQ jumper selects which of those two signals are placed onto bus pin 46, usually the 110 baud clock line.<br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-08.jpg" alt="" width="640" height="480" class="aligncenter size-full wp-image-16915" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-08.jpg 640w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-08-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-08-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-08-1x1.jpg 1w"  sizes="(max-width: 640px) 100vw, 640px" /><br />
The other four jumpers select whether A16 to A19 or additional baud rate clocks are placed onto pins 47 to 50.  The usual practice is to use all four lines for the extended address bus, then use pin 46 (110 baud/BUSRQ) as the clock for the serial board:</p>
<table>
<tbody>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/corsham/6809 CPU.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-203x300.jpg" alt="" width="203" height="300" class="aligncenter size-medium wp-image-16918" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-203x300.jpg 203w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-102x150.jpg 102w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU.jpg 587w"  sizes="(max-width: 203px) 100vw, 203px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/corsham/6809 CPU.pdf">SS-50 6809 CPU Manual</a></td>
</tr>
</tbody>
</table>
<p><a href="http://retro.hansotten.nl/uploads/corsham/SS-50-6809-CPU-Board.zip">Archive with older revisions (2-5) schematics</a></p>
<p><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1-1024x764.png" alt="" width="654" height="488" class="aligncenter size-large wp-image-16908" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1-1024x764.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1-300x224.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1-150x112.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1-768x573.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1-1x1.png 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_1.png 1477w"  sizes="(max-width: 654px) 100vw, 654px" /></a><br />
<a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2-1024x764.png" alt="" width="654" height="488" class="aligncenter size-large wp-image-16909" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2-1024x764.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2-300x224.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2-150x112.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2-768x573.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2-1x1.png 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_2.png 1477w"  sizes="(max-width: 654px) 100vw, 654px" /></a></p>
<p><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5-1024x764.png" alt="" width="654" height="488" class="aligncenter size-large wp-image-16912" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5-1024x764.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5-300x224.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5-150x112.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5-768x573.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5-1x1.png 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_5.png 1477w"  sizes="(max-width: 654px) 100vw, 654px" /></a></p>
<p><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4-1024x764.png" alt="" width="654" height="488" class="aligncenter size-large wp-image-16911" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4-1024x764.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4-300x224.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4-150x112.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4-768x573.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4-1x1.png 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_4.png 1477w"  sizes="(max-width: 654px) 100vw, 654px" /></a></p>
<p><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3-1024x764.png" alt="" width="654" height="488" class="aligncenter size-large wp-image-16910" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3-1024x764.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3-300x224.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3-150x112.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3-768x573.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3-1x1.png 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/Rev_4_page_3.png 1477w"  sizes="(max-width: 654px) 100vw, 654px" /></a><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image-1024x673.png" alt="" width="654" height="430" class="aligncenter size-large wp-image-16913" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image-1024x673.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image-300x197.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image-150x99.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image-768x505.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image-2x1.png 2w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809-CPU-Image.png 1280w"  sizes="(max-width: 654px) 100vw, 654px" /></a><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-07.jpg" alt="" width="640" height="480" class="aligncenter size-full wp-image-16914" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-07.jpg 640w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-07-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-07-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT-SS-50-07-1x1.jpg 1w"  sizes="(max-width: 640px) 100vw, 640px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-16916" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6809_CPU_2.jpg 1280w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/synertek-sym-ktm/my-synertek-collection-photos/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/06/vim1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My Synertek collection photos</h2><div class="relpost_card_exerpt">Here images of Synertek related objects in my collection.






























...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-5/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125139-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 5</h2><div class="relpost_card_exerpt">

After almost a year (2019)of on-again, off-again, development we finally have a new revision of the KIM Clone.

It...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-3/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KClone1-6.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 3</h2><div class="relpost_card_exerpt">Changes between Revision 2 and Revision 3 Boards

Revision 3 boards had a number of minor changes to fix know issues o...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-1-products/multifunction-and-motherboard/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KIM_exp-2-1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Multifunction and Motherboard</h2><div class="relpost_card_exerpt">This board combines several existing boards into one, and puts it into a form factor meant for those who have legacy mot...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SS-30 bus extender</title>
		<link>http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/ss-30-ss-50/ss-30-bus-extender/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Thu, 15 Aug 2024 10:52:17 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<category><![CDATA[corsham]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=16775</guid>

					<description><![CDATA[For those of you using one of our SS-50 motherboards and find yourself needing more I/O ports, this board will add an additional six SS–30 ports via a connector already on your motherboard. This extender simply plugs in and you’ll have the full eight slots available for more I/O boards. As you can deduce from [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For those of you using one of our SS-50 motherboards and find yourself needing more I/O ports, this board will add an additional six SS–30 ports via a connector already on your motherboard.  This extender simply plugs in and you’ll have the full eight slots available for more I/O boards.  As you can deduce from this picture, each slot has a fixed address unlike the two slots present on the motherboard:<br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1-1024x977.jpg" alt="" width="654" height="624" class="aligncenter size-large wp-image-16808" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1-1024x977.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1-300x286.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1-150x143.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1-768x733.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-1.jpg 1280w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2-1024x515.jpg" alt="" width="654" height="329" class="aligncenter size-large wp-image-16809" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2-1024x515.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2-300x151.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2-150x75.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2-768x386.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2-2x1.jpg 2w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS50_Ext_LG-2.jpg 1280w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/synertek-sym-ktm/my-synertek-collection-photos/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/06/vim1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My Synertek collection photos</h2><div class="relpost_card_exerpt">Here images of Synertek related objects in my collection.






























...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-5/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125139-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 5</h2><div class="relpost_card_exerpt">

After almost a year (2019)of on-again, off-again, development we finally have a new revision of the KIM Clone.

It...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-3/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KClone1-6.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 3</h2><div class="relpost_card_exerpt">Changes between Revision 2 and Revision 3 Boards

Revision 3 boards had a number of minor changes to fix know issues o...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-1-products/multifunction-and-motherboard/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KIM_exp-2-1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Multifunction and Motherboard</h2><div class="relpost_card_exerpt">This board combines several existing boards into one, and puts it into a form factor meant for those who have legacy mot...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SS-30 Prototype board</title>
		<link>http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/ss-30-ss-50/ss-30-prototype-board/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Thu, 15 Aug 2024 09:59:44 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<category><![CDATA[corsham]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=16766</guid>

					<description><![CDATA[Two versions were produced of the SS-30 Prototype board, small and large. Yet another experiment that we needed to develop our own products. This is meant to allow someone to experiment with building their own SS-30 (I/O) boards. The two connectors on the left have +5 and ground, while all the SS-30 pins have connectors [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Two versions were produced of the SS-30 Prototype board, small and large.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1.jpg" alt="" width="1212" height="648" class="aligncenter size-full wp-image-16767" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1.jpg 1212w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-300x160.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1024x547.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-150x80.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-768x411.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-2x1.jpg 2w"  sizes="(max-width: 1212px) 100vw, 1212px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1024x670.jpg" alt="" width="654" height="428" class="aligncenter size-large wp-image-16806" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1024x670.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-300x196.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-150x98.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-768x503.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-2x1.jpg 2w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1.jpg 1280w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p>Yet another experiment that we needed to develop our own products.  This is meant to allow someone to experiment with building their own SS-30 (I/O) boards.  The two connectors on the left have +5 and ground, while all the SS-30 pins have connectors on the bottom to make it easy to build a circuit with.  Trying to accommodate both the SS-30 and SS-30C busses, this board has labels for both. Due to a lack of double-checking, the board pictured above has a bizarre error… all the lettering below the CORSHAM logo is on the back side of the board in a mirror image!  Details, details, details.<br />
<strong>UPDATE</strong> The board above works fine for our system since we don’t have a chassis, but didn’t work well in a real SWTPC chassis without removing the back panel.  A new version was laid out that fits entirely in a genuine SWTPC chassis but I’ve yet to order any blank PC boards for it.</p>
<p><strong>Large board</strong><br />
2019: Customers often come up with good ideas for new products or improvements to existing ones, and this was certainly one of those cases! Basically, he suggested adding more breadboard space, and adding a spring loaded connector on top for running wires to external circuitry. The resulting product is our new board:</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/image-1024x977-1.png" alt="" width="1024" height="977" class="aligncenter size-full wp-image-16768" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/image-1024x977-1.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/image-1024x977-1-300x286.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/image-1024x977-1-150x143.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/image-1024x977-1-768x733.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/image-1024x977-1-1x1.png 1w"  sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30L_proto-2-768x1024.jpg" alt="" width="654" height="872" class="aligncenter size-large wp-image-16815" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30L_proto-2-768x1024.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30L_proto-2-225x300.jpg 225w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30L_proto-2-113x150.jpg 113w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30L_proto-2-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30L_proto-2.jpg 960w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1-1024x547.jpg" alt="" width="654" height="349" class="aligncenter size-large wp-image-16818" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1-1024x547.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1-300x160.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1-150x80.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1-768x411.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1-2x1.jpg 2w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SS30_PROTO_1-1.jpg 1212w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1-1024x670.jpg" alt="" width="654" height="428" class="aligncenter size-large wp-image-16817" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1-1024x670.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1-300x196.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1-150x98.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1-768x503.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1-2x1.jpg 2w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SS-30_proto-1-1.jpg 1280w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/synertek-sym-ktm/my-synertek-collection-photos/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/06/vim1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My Synertek collection photos</h2><div class="relpost_card_exerpt">Here images of Synertek related objects in my collection.






























...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-5/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125139-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 5</h2><div class="relpost_card_exerpt">

After almost a year (2019)of on-again, off-again, development we finally have a new revision of the KIM Clone.

It...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-3/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KClone1-6.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 3</h2><div class="relpost_card_exerpt">Changes between Revision 2 and Revision 3 Boards

Revision 3 boards had a number of minor changes to fix know issues o...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-1-products/multifunction-and-motherboard/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KIM_exp-2-1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Multifunction and Motherboard</h2><div class="relpost_card_exerpt">This board combines several existing boards into one, and puts it into a form factor meant for those who have legacy mot...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SS-30 SS-50 technical notes</title>
		<link>http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/ss-30-ss-50/ss-50-faq/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Thu, 15 Aug 2024 08:17:42 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<category><![CDATA[corsham]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=16759</guid>

					<description><![CDATA[On this page: &#8211; SS-50 6800 CPU Power-On Reset &#8211; SS050 FAQs &#8211; SS-50 and SS-30 standards SS-50 6800 CPU Power-On Reset Update (2/7/2021): Rather than using a 220uf electrolytic, use a 47 uf tantalum capacitor instead. Update (2/5/2021): A previous version of this page said to add the capacitor to U1&#8230; that was incorrect! [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>On this page:<br />
&#8211; SS-50 6800 CPU Power-On Reset<br />
&#8211; SS050 FAQs<br />
&#8211; SS-50 and SS-30 standards</p>
<h3>SS-50 6800 CPU Power-On Reset</h3>
<p><span style="color: #ff0000;">Update (2/7/2021):</span> Rather than using a 220uf electrolytic, use a 47 uf tantalum capacitor instead.</p>
<p><span style="color: #ff0000;">Update (2/5/2021):</span> A previous version of this page said to add the capacitor to U1&#8230; that was incorrect!  It is definitely on U4, the MC6875!</p>
<p>All existing versions, including up to 3A, of the SS-50 6800 CPU Board have a problem where power-on reset does not work.  A part is missing.  This is not a severe problem, as the user can press the RESET button on the board or the motherboard to do the reset, but it can be easily fixed.</p>
<p>You&#8217;ll need to solder a 47 uf, 16v (or higher) tantalum capacitor to the back of the board.  The negative side of the capacitor goes to U4 pin 8 (ground) and the positive side goes to U4 pin 12.  This is a picture from when I was using a much larger electrolytic capacitor, but I&#8217;ve switched to a 47 uf tantalum cap for all new boards:</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1.jpg" alt="" width="806" height="1280" class="aligncenter size-full wp-image-16763" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1.jpg 806w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1-189x300.jpg 189w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1-645x1024.jpg 645w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1-94x150.jpg 94w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1-768x1220.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/6800_POR_Fix-1-1x1.jpg 1w"  sizes="(max-width: 806px) 100vw, 806px" /></p>
<p>All future revisions of the board will include this fix.</p>
<h3>SS-50 FAQs</h3>
<p><em><strong>Q:</strong> Where can I get a copy of the SS-50 standard?</em><br />
<strong>A:</strong> There is no standard, just a loose specification manufacturers followed when designing boards.  The first SS-50 machine was from SWTPC and had a 6800 processor, so the buss was closely designed around that processor&#8217;s architecture.  When SWTPC added a 6809 board they more-or-less followed the previous use of most pins on the buss, but also changed the purpose of others.  Other companies began making compatible boards based on what was already on the market.  To paraphrase Dr. McCoy of Star Trek fame, &#8220;Dammit Jim, I&#8217;m a buss, not a standard!&#8221;</p>
<p><em><strong>Q:</strong> I keep hearing SS-50 and SS-30.  Are they the same thing?</em><br />
<strong><em>A:</em> </strong>No, but closely related.  The SS-50 buss is the main processor buss which includes all the address, data, and control signals needed to control the buss or respond to the processor board.  It has 50 pins.  The SS-30 buss is meant only for I/O.  Decoding addresses takes a few chips that chew up real estate on a peripheral board and add cost, so SWTPC does the decoding on the motherboard and runs only essential signals to the peripheral boards.  This is the SS-30 buss, and has 30 pins.  Only a few address lines, data lines, and very few control signals.</p>
<p><em><strong>Q:</strong> What are those strange connectors?</em><br />
<strong><em>A:</em></strong> Those are Molex connectors which SWTPC used on other, non-computer, products.  Hey, use what you&#8217;ve got in stock to save development time and stocking cost!  They are still available from many sources, but the cost has gone up tremendously since they aren&#8217;t widely used anymore.  The male connector with 10 pins, as used on motherboards is AMP/ TE Connectivity part number <span id="ctl00_UpdatePanel1"><span id="ctl00_ContentPlaceHolder1_CustomerOrdersBS_UpdatePanel1">1-640384-0</span></span>, while the female connector used on plug-in boards is Molex/Waldom <span id="ctl00_UpdatePanel1"><span id="ctl00_ContentPlaceHolder1_CustomerOrdersBS_UpdatePanel1">09-48-2101</span></span>.  There is also a polarizing plug that goes into the female connectors and is Molex part number XXXXXXX.</p>
<p><em><strong>Q:</strong> Which pin is pin 1 on both the SS-30 and SS-50 busses?</em><br />
<em><strong>A:</strong> </em>Technically, there were no pin numbers.  SWTPC simply used the name of the line and never referenced a pin number.  Many companies use <a href="http://www.cs.unc.edu/~yakowenk/swtpc/ss50.html">http://www.cs.unc.edu/~yakowenk/swtpc/ss50.html</a> as a guide, but I am aware of at least one board where the pin numbers were exactly the opposite direction.</p>
<p><em><strong>Q:</strong> Boards don&#8217;t seem to plug in without a <strong>lot</strong> of force.  Are you sure they are meant to plug into the motherboard?</em><br />
<em><strong>A:</strong></em> Yes, the Molex connectors offer a <em>lot</em> of resistance at first but eventually get looser with insertions and removals.  Make sure the polarizing plug is aligned properly with the missing pin on the motherboard.  Some people insert a small screwdriver or used dental tool into each of the female connectors to loosen them up, but be very careful not to over-loosen them or else some of the pins might not make contact.</p>
<p><em><strong>Q:</strong> Why are there so many pieces to build a complete system?</em><br />
<strong>A:</strong> This is a clone, so it has an SS-50 buss for the CPU and memory, and an SS-30 buss for the peripheral devices.  The original systems had a motherboard, CPU board, memory board(s), serial console board, terminal, etc, which means our system does too.  Back in the day, people were driven by cost (just like now) so systems were modular, allowing someone to buy exactly what they wanted (or could afford) while building their system.</p>
<p><em><strong>Q:</strong> What is the bare minimum to get started?</em><br />
<strong>A:</strong> The motherboard contains the framework for the other boards to plug into, and is required.  To use a terminal for a console, a serial board is required.  We have two CPU boards, one having a 6800 and 16K of RAM, and a 6809 CPU with 128K.  Only one CPU board is required.</p>
<p><em><strong>Q:</strong> What can the bare minimum systems do?</em><br />
<strong>A:</strong> Actually quite a lot, thanks to all the available software on the net.  If you want to re-live the early days of the microcomputer revolution, there is plenty of RAM on either CPU board to load up Tiny BASICs, play games, write assembly language code, etc.</p>
<p><em><strong>Q:</strong> How about mass storage?</em><br />
<strong>A:</strong> We use our SD Card System.  Our CPU boards include the low-level code providing drivers for the SD system, along with monitor commands to boot an operating system.</p>
<p><em><strong>Q:</strong> What OS do you provide?</em><br />
<strong>A:</strong> For the 6800, we use FLEX.  For the 6809 we use FLEX/9 but have talked to various groups about multi-tasking operating systems.  A different (still not released) I/O board is being developed to add additional capabilities for some OSes.</p>
<p><em><strong>Q:</strong> An OS is great, but is there any software for those old systems?</em><br />
<strong>A:</strong> Absolutely!  Try looking at the FLEX User Group site: www.flexusergroup.com.  They also have a large FTP site with a bunch of disk images.  Drop those DSK files onto the SD card, mount the file as a disk drive, and you&#8217;ve got the disk contents for your use.</p>
<p><em><strong>Q:</strong> So what do you guys do with YOUR systems?</em><br />
<strong>A:</strong> I&#8217;ve got both 6800 and 6809 systems on the bench, both of which run FLEX, and are both a lot of fun to just program.  I enjoy assembly language programming, so I&#8217;ve been working on some better tools for writing code.</p>
<p><em><strong>Q:</strong> This stuff is all old technology, so shouldn&#8217;t it be cheap?</em><br />
<strong>A:</strong> Sorry, this has a long answer.  Some vintage parts are getting harder to find, demanding higher prices, or available in small quantities which have higher shipping costs.  Some of these parts haven&#8217;t been manufactured since the early 1980s.  Another big cost factor is that a lot of parts are needed, so while a more modern part might cost a few dollars more, the &#8220;more vintage&#8221; design sometimes requires several dozen of the older technology devices.  Yet another factor is that the cost of printed circuit boards is based on the size of the board and the number being ordered.  Ordering a single board might have a $70 set-up fee, and then $50 for the single board.  Bumping up to 30 boards still has the $70 set-up fee, but the per-board cost might drop to $10.  Given the size of the boards and the fact that each board has only limited functionality (as per the original design), the fixed prices are fairly high.  This is a slightly political issue, but keep in mind the 25% US tax (it&#8217;s a tax paid by every American) on goods purchased from China, which is where a large percentage of electronic parts come from.  Invoices from major US based suppliers show the dollar amount I had to pay in &#8220;tariffs&#8221; (it&#8217;s a tax) for that order.</p>
<p><em><strong>Q:</strong> What else is needed, really?</em><br />
<strong>A:</strong> Just a terminal and an RS-232 cable OR a personal computer with a serial port, cable, and a terminal emulator program.  At shows we always use Wyse 30 terminals as they are available nicely refurbished for about $200.</p>
<p><em><strong>Q:</strong> If I buy one, how hard is it to get running?</em><br />
<strong>A:</strong> Before we ship a complete system, everything is plugged in, the system is brought up, then it is disassembled, packaged, and shipped.  It&#8217;s really quite simple to plug in the boards and get running.  Our suggestion is to set up just the motherboard, power supply, CPU board and serial board.  Once your terminal is talking to the system, then it&#8217;s easy to plug in the parallel card, connect the SD card system, and boot into FLEX.</p>
<p><em><strong>Q:</strong> Can I use Corsham Tech boards in a real SWTPC system or use SWTPC boards in a Corsham Tech system?</em><br />
<strong>A:</strong> Absolutely!  I sometimes bring several real SWTPC boards to demos, but they tend to draw a lot of current.  Their 8K RAM board draws more than our complete 6809 system with a meg of RAM.</p>
<p><em><strong>Q:</strong> Is there a case to put a system in?</em><br />
<strong>A:</strong> No.  It is expensive to have a case built unless we buy in very large numbers which we will probably never sell most of.</p>
<h3>SS-50 Specification</p>
<h3>
<p>This isn&#8217;t really any definitive definition of the SS-50 bus, as boards were simply produced that worked with other SS-50 boards. When SWTPC devised the bus, they just made things work and other manufacturers made compatible boards. Years ago I found two sites that gave a clear description of the pins for both the SS-50 and SS-50C versions, and since they haven&#8217;t been touched in decades, I decided to copy the information here just in case the original pages ever go away.</p>
<h3 >The SS-50 bus</h3>
<p>The SS-50 was the main backplane in 6800 based SWTPC machines, and connected the CPU board with memory, disk controllers, and so on.  As was common in that era, a board usually did just one thing, and did it well, so a system would have a CPU board, one or more memory boards, a serial board connecting to a terminal, and either a cassette I/O or disk controller board for program/data storage.  Physically, the SS-50 bus consisted of rows of male Molex connectors, spaced 0.156 inches apart. The boards that plugged into it had the corresponding female connectors along one edge, rather than the more modern (and cheaper) printed-circuit contacts.  The SS-50 bus had all signals from the processor.  For I/O, see the section below about the SS-30 bus.</p>
<p>All signals starting with &#8220;/&#8221; are active low.</p>
<ol>
<li>/D0 &#8211; (complement) data bus line 0</li>
<li>/D1 &#8220;</li>
<li>/D2 &#8220;</li>
<li>/D3 &#8220;</li>
<li>/D4 &#8220;</li>
<li>/D5 &#8220;</li>
<li>/D6 &#8220;</li>
<li>/D7 &#8211; (complement) data bus line 7</li>
<li>A15 &#8211; address bus line 15</li>
<li>A14 &#8220;</li>
<li>A13 &#8220;</li>
<li>A12 &#8220;</li>
<li>A11 &#8220;</li>
<li>A10 &#8220;</li>
<li>A9 &#8220;</li>
<li>A8 &#8220;</li>
<li>A7 &#8220;</li>
<li>A6 &#8220;</li>
<li>A5 &#8220;</li>
<li>A4 &#8220;</li>
<li>A3 &#8220;</li>
<li>A2 &#8220;</li>
<li>A1 &#8220;</li>
<li>A0 &#8211; address bus line 0</li>
<li>GND &#8211; ground</li>
<li>GND &#8211; ground</li>
<li>GND &#8211; ground</li>
<li>+8V &#8211; power line</li>
<li>+8V &#8211; power line</li>
<li>+8V &#8211; power line</li>
<li>-12V &#8211; power line</li>
<li>+12V &#8211; power line</li>
<li>INDEX &#8211; no pin &#8211; prevents backwards insertion</li>
<li>/M.RST &#8211; (complement) manual reset</li>
<li>/NMI &#8211; (complement) non-maskable interrupt</li>
<li>/IRQ &#8211; (complement) interrupt request</li>
<li>UD &#8211; user-defined</li>
<li>UD &#8211; user-defined</li>
<li>/Phase 2 &#8211; (complement) processor clock 2</li>
<li>/VMA &#8211; (complement) Valid Memory Address</li>
<li>R/W &#8211; Read / (complement) Write</li>
<li>/RESET &#8211; (complement) Reset or power-up</li>
<li>BA &#8211; Bus Available for DMA</li>
<li>/Phase 1 &#8211; (complement) processor clock 1</li>
<li>/Halt &#8211; (complement) halts the processor</li>
<li>110b &#8211; 110 baud clock signal</li>
<li>150b &#8211; 150 baud clock signal</li>
<li>300b &#8211; 300 baud clock signal</li>
<li>600b &#8211; 600 baud clock signal</li>
<li>1200b &#8211; 1200 baud clock signal</li>
</ol>
<h3>The SS-30 Bus</h3>
<p>I/O was handled on a distinct 30-pin bus (the SS-30), which was generally similar to the SS-50 but had a &#8220;board select&#8221; signal instead of the address bus.  The logic to select individual I/O boards in the SS-30 was hardwired to memory-map them into four-byte slots starting with board 0 at address $8000.  Very few address lines from the SS-50 bus were present, usually only A0 and A1 (called RS0 and RS1) but the two UD (user defined) pins could have A2 and A3 connected to them.</p>
<ol>
<li>UD &#8211; user-defined</li>
<li>UD &#8211; user-defined</li>
<li>-12V &#8211; power line</li>
<li>+12V &#8211; power line</li>
<li>GND &#8211; ground</li>
<li>GND &#8211; ground</li>
<li>INDEX &#8211; no pin &#8211; prevents backwards insertion</li>
<li>/NMI &#8211; (complement) non-maskable interrupt</li>
<li>/IRQ &#8211; (complement) interrupt request</li>
<li>RS0 &#8211; register select &#8211; like A0</li>
<li>RS1 &#8211; register select &#8211; like A1</li>
<li>D0 &#8211; data bus line 0</li>
<li>D1 &#8220;</li>
<li>D2 &#8220;</li>
<li>D3 &#8220;</li>
<li>D4 &#8220;</li>
<li>D5 &#8220;</li>
<li>D6 &#8220;</li>
<li>D7 &#8211; data bus line 7</li>
<li>/Phase 2 &#8211; (complement) processor clock 2</li>
<li>R/W &#8211; Read / (complement) Write</li>
<li>+8V &#8211; power line</li>
<li>+8V &#8211; power line</li>
<li>1200 baud clock signal x 16</li>
<li>600 baud clock signal x 16</li>
<li>300 baud clock signal x 16</li>
<li>150 baud clock signal x 16</li>
<li>110 baud clock signal x 16</li>
<li>/RESET &#8211; (complement) Reset or power-up</li>
<li>/Board Select</li>
</ol>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/synertek-sym-ktm/my-synertek-collection-photos/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/06/vim1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My Synertek collection photos</h2><div class="relpost_card_exerpt">Here images of Synertek related objects in my collection.






























...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-5/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125139-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 5</h2><div class="relpost_card_exerpt">

After almost a year (2019)of on-again, off-again, development we finally have a new revision of the KIM Clone.

It...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-clone/kim-clone-versions/kim-clone-rev-3/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KClone1-6.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">KIM Clone Rev 3</h2><div class="relpost_card_exerpt">Changes between Revision 2 and Revision 3 Boards

Revision 3 boards had a number of minor changes to fix know issues o...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/kim-1-products/multifunction-and-motherboard/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2024/08/KIM_exp-2-1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Multifunction and Motherboard</h2><div class="relpost_card_exerpt">This board combines several existing boards into one, and puts it into a form factor meant for those who have legacy mot...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SD Card Shield</title>
		<link>http://retro.hansotten.nl/6502-sbc/corsham-projects-archive/corsham-sd-card-system/sd-shield/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Wed, 14 Aug 2024 08:46:57 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[6809]]></category>
		<category><![CDATA[corsham]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=16670</guid>

					<description><![CDATA[When we began building the first of our SS-50 series of cards, the most common request was for a mass storage option. Those old disk controllers are hard to find on the surplus market and the old disk drives are getting harder to maintain. While we like vintage equipment, sometimes it’s worth using some modern [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>When we began building the first of our SS-50 series of cards, the most common request was for a mass storage option.  Those old disk controllers are hard to find on the surplus market and the old disk drives are getting harder to maintain.  While we like vintage equipment, sometimes it’s worth using some modern technology to do updates.</p>

<!-- Page-list plugin v.5.9 wordpress.org/plugins/page-list/ -->
<!-- no pages to show -->
<p>Enter our SD Card System.<br />
This is a two board system that provides a very inexpensive, flexible, and long-lasting storage option for our KIM Clone , SS-50 based designs, or almost any third party system.</p>
<p>The main board is our SD Shield.  It plugs into an Arduino Mega and provides for insertion of a micro SD card, and also includes a DS3231 based real time clock (RTC).  The Arduino does the hard work of providing an interface between the host processor (6502, 6800, 6809, etc) and the SD card and RTC.  It connects to the host via a ribbon cable.</p>
<p>The board also contains three LEDs used for status, a RESET switch, a four position DIP switch, a DS3231 RTC, backup battery, and it maintains the Arduino Mega headers so additional shields can be placed on top.  Since the source code is available you can add additional drivers for whatever shields you add.  Want to add an LCD shield that displays which files are mounted?  Just plug in the shield and modify the user interface class in the source code.  Only one of the DIP switches has a defined purpose, so the rest are free for you to add your own logic.</p>
<p>The protocol between the host and the SD Card System is completely defined in The Remote Disk Protocol Guide.</p>
<p>In order to use this card on an SS-50 based system, you will also need a parallel card such as ours.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield.jpg" alt="" width="638" height="263" class="aligncenter size-full wp-image-16684" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield.jpg 638w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-300x124.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-150x62.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-2x1.jpg 2w"  sizes="(max-width: 638px) 100vw, 638px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-16685" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/CT_SD_1.jpg 1280w"  sizes="(max-width: 654px) 100vw, 654px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-16687" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-1536x1152.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-2048x1536.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20210120_125223-1-1x1.jpg 1w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<table>
<tbody>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/corsham/SD Card System 2015.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-261x300.jpg" alt="" width="261" height="300" class="aligncenter size-medium wp-image-16706" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-261x300.jpg 261w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-130x150.jpg 130w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System.jpg 424w"  sizes="(max-width: 261px) 100vw, 261px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/corsham/SD Card System 2015.pdf">SD Card System 2015</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/corsham/SD Card System 2017.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-261x300.jpg" alt="" width="261" height="300" class="aligncenter size-medium wp-image-16706" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-261x300.jpg 261w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-130x150.jpg 130w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System.jpg 424w"  sizes="(max-width: 261px) 100vw, 261px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/corsham/SD Card System 2017.pdf">SD Card System 2017</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/corsham/SD Card System 2021.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-261x300.jpg" alt="" width="261" height="300" class="aligncenter size-medium wp-image-16706" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-261x300.jpg 261w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-130x150.jpg 130w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Card-System.jpg 424w"  sizes="(max-width: 261px) 100vw, 261px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/corsham/SD Card System 2021.pdf">SD Card System 2021</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/corsham/The Remote Disk Protocol Guide August 2015.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-300x246.jpg" alt="" width="300" height="246" class="aligncenter size-medium wp-image-16707" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-300x246.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-150x123.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide.jpg 552w"  sizes="(max-width: 300px) 100vw, 300px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/corsham/The Remote Disk Protocol Guide August 2015.pdf">The Remote Disk Protocol Guide August 2015 V0.1</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/corsham/The Remote Disk Protocol Guide April 2017.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-April-2017-236x300.jpg" alt="" width="236" height="300" class="aligncenter size-medium wp-image-16708" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-April-2017-236x300.jpg 236w, http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-April-2017-118x150.jpg 118w, http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-April-2017-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/The-Remote-Disk-Protocol-Guide-April-2017.jpg 594w"  sizes="(max-width: 236px) 100vw, 236px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/corsham/The Remote Disk Protocol Guide April 2017.pdf">The Remote Disk Protocol Guide April 2017 V1.1</a></td>
</tr>
</tbody>
</table>
<p><strong>Downloads</strong><br />
<a href="http://retro.hansotten.nl/uploads/corsham/SD software.zip">Drivers for 6502, 6800 and 6089 Flex, Arduino Mega Firmware, SD Images Flex, older versions also</a><br />
<a href="http://retro.hansotten.nl/uploads/corsham/SD-drive-master 2021.zip">Firmware 2021</a><br />
<a href="http://retro.hansotten.nl/uploads/corsham/SD-shield-tester-master 2020.zip">Test program for SD Shield</a><br />
<a href="http://retro.hansotten.nl/uploads/corsham/ClockUtils.zip">Clock utilities set time and date from KIM-1</a><br />
<a href="http://retro.hansotten.nl/uploads/corsham/sd-card-shield-main eduardo casino.zip">Reproduction and uptodate SD Shield by <a href="https://github.com/eduardocasino/sd-card-shield">Eduardo Casino (Github copy)</a></a></p>
<p><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015.png"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015-1024x764.png" alt="" width="654" height="488" class="aligncenter size-large wp-image-16702" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015-1024x764.png 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015-300x224.png 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015-150x112.png 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015-768x573.png 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015-1x1.png 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-schematic-2015.png 1477w"  sizes="(max-width: 654px) 100vw, 654px" /></a><br />
The schematic above is the only version posted. It is not the latest schematic used by Bob (see below). Eduardo Casino (see the download above) reverse engineered the SD Shield and produced an uptodate version 9.</p>
<p><a href="http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-scaled.jpg"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-1024x791.jpg" alt="" width="654" height="505" class="aligncenter size-large wp-image-16703" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-1024x791.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-300x232.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-150x116.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-768x593.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-1536x1187.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-2048x1583.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2024/08/sd-card-shield.pdf.01-1x1.jpg 1w"  sizes="(max-width: 654px) 100vw, 654px" /></a></p>
<p><strong>April 5, 2021 New Version of SD Card Shield</strong><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-1.jpg" alt="" width="658" height="298" class="aligncenter size-full wp-image-16671" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-1.jpg 658w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-1-300x136.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-1-150x68.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-1-2x1.jpg 2w"  sizes="(max-width: 658px) 100vw, 658px" /></p>
<p>This is another board done entirely with KiCad and rolls in a few changes from the previous boards. It is completely compatible with the rev 8 boards, which were compatible with rev 7, which were compatible with… etc, etc, etc.There is no new revision of Arduino code for this board.</p>
<p>No new features but a few changes:</p>
<ul style="list-style-type: circle;">
<li>The CR1220 battery has been replaced with a much more common CR2032 to keep the RTC (Real Time Clock) chip alive.&nbsp; I did extension market research (ie, I emailed all my nieces and nephews) and found they all had 2032 batteries at home, while none of them had 1220s.My family is used to getting odd emails from Uncle Bob.&nbsp; The local hardware store was surprised&nbsp; when I asked about CR1220s, so going to a more common battery makes sense.</li>
<li>A different micro SD socket. The old one was push-in, pull-out, but this one is pop-in, pop-out.&nbsp; It also has alignment pins on the bottom making it much easier to get seated exactly in the right spot before soldering. The solder connections are at the back of the socket, not in the front like the old board.&nbsp; So far every surface mount solder job with the new socket has been perfect the first time, whereas the old sockets needing to be touched-up about 15% of the time.</li>
<li>The old 5-pin header for an external RTC board has been removed, allowing the LEDs to be aligned in a row.&nbsp; With the RTC on-board there was little reason to keep the header.</li>
<li>Added a clearly labeled 4-pin area for adding external I2C devices.</li>
<li>For those buying the bare board, the LED colors are labeled on the silk screen. BTW, the “bare board” has the DS3231 RTC and the microSD socket already soldered.</li>
</ul>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3-792x1024.jpg" alt="" width="654" height="846" class="aligncenter size-large wp-image-16672" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3-792x1024.jpg 792w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3-232x300.jpg 232w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3-116x150.jpg 116w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3-768x993.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD-Shield-3.jpg 990w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p>The rev 9k1A will eventually be changed to just rev 9, as there is no need to keep KiCad revisions uniquely identified.</p>
<h3>March 21, 2018 What’s On the Bench</h3>
<p>Sometimes it’s nice to just enhance an existing product, especially when the supply of blank boards starts running low and more need to be ordered.&nbsp; I’m running low on the SD shields so it was a good time to make some improvements. This is a prototype:</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD_Shield_1-1-1-610x1024-1.jpg" alt="" width="610" height="1024" class="aligncenter size-full wp-image-16675" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/SD_Shield_1-1-1-610x1024-1.jpg 610w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD_Shield_1-1-1-610x1024-1-179x300.jpg 179w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD_Shield_1-1-1-610x1024-1-89x150.jpg 89w, http://retro.hansotten.nl/wp-content/uploads/2024/08/SD_Shield_1-1-1-610x1024-1-1x1.jpg 1w"  sizes="(max-width: 610px) 100vw, 610px" /></p>
<p>The changes from the Rev 4 boards:</p>
<ul>
<li>A DS3231 RTC and backup battery are now on-board instead of having the plug-in RTC.; Too many of those plug-in boards had batteries that died within a year or two, so I decided to just put the chip directly on the board and have a battery connector.&nbsp; It takes a very common LR44 battery which can be replaced easily when it fails.</li>
<li>DIP switches are clearly labeled as to which is which, and which direction is on and off.</li>
<li>A pull-down resistor is temporarily added here to fix a problem where the green and red LEDs don’t work right until the host computer initializes the interface to the SD shield. A pin was left floating and confused the software into thinking the host was sending a byte when it wasn’t.</li>
<li>Two I2C pull-up resistors were added but do not seem to be necessary.</li>
</ul>
<p>There will eventually be a Rev 6 with the new pull-down resistor and maybe the two pull-ups removed, but I’ll use the current Rev 5 boards and manually add the pull-down for now.</p>
<p>The RTC is completely software compatible with the current boards so any version of our Arduino code will work with it.</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-1024x524.jpg" alt="" width="654" height="335" class="aligncenter size-large wp-image-16978" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-1024x524.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-300x153.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-150x77.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-768x393.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-1536x785.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-2048x1047.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121956-2x1.jpg 2w"  sizes="(max-width: 654px) 100vw, 654px" /><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-1024x460.jpg" alt="" width="654" height="294" class="aligncenter size-large wp-image-16979" srcset="http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-1024x460.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-300x135.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-150x67.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-768x345.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-1536x690.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-2048x920.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2024/08/20231012_121942-2x1.jpg 2w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/jolt-and-super-jolt/jolt/jolt-replica/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/03/jolt-replica-top-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Jolt Replica by Eduardo Casino</h2><div class="relpost_card_exerpt">Eduardo Casino has created a faithful replica of the Jolt single board computer. Tested! Working!
The replica design is...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/kim-1-simulator-doc/mtu-k-1008-visible-memory/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/MTU-fall-1980.pdf.01s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">MTU K-1008 Visible Memory</h2><div class="relpost_card_exerpt">The MTU Visible Memory is a memory mapped video display made by MTU. Supported by the KIM-1 Simulator. 

See the  MTU ...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/kim-1-simulator-doc/tty-serial/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/03/sdshield8.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TTY Serial</h2><div class="relpost_card_exerpt">TTY Serial
The KIM-1 Simulator comes with a 'console', a glass teletype 24x80 screen. It has a subset of ANSI/VT100 sup...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/kim-1-simulator-doc/tty-console/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/03/SDMP1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TTY Console</h2><div class="relpost_card_exerpt">TTY console mode
Press the TTY console switch to let the KIM simulator use a glass teletype in a console window. The st...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Elektor EC-68</title>
		<link>http://retro.hansotten.nl/motorola-6809/elektor-ec-68/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Sun, 19 Nov 2023 15:29:27 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=15223</guid>

					<description><![CDATA[Published in Elektuur/Elektor Computing 3 (Dutch and gherman) and in issue 100 1986 Elektor France. The articles, downloadable below, are slightly different, especially the French. A 6809 based computer on two eurocards, CPU/DRAM and CRT/FDC with the Flex operating system. EC-68 in Elektuur Computing 3 Dutch EC-68 in Elektor Computing 3 German Elektor 100 August [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Published in Elektuur/Elektor Computing 3 (Dutch and gherman) and in issue 100 1986 Elektor France.<br />
The articles, downloadable below, are slightly different, especially the French.</p>
<p>A 6809 based computer on two eurocards, CPU/DRAM and CRT/FDC with the Flex operating system.</p>
<table>
<tbody>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/ec68/elektor ec-68 dutch.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/EC65-dutch-front-212x300.jpg" alt="" width="212" height="300" class="aligncenter size-medium wp-image-15221" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/EC65-dutch-front-212x300.jpg 212w, http://retro.hansotten.nl/wp-content/uploads/2023/11/EC65-dutch-front-106x150.jpg 106w, http://retro.hansotten.nl/wp-content/uploads/2023/11/EC65-dutch-front-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2023/11/EC65-dutch-front.jpg 500w"  sizes="(max-width: 212px) 100vw, 212px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/ec68/elektor ec-68 dutch.pdf">EC-68 in Elektuur Computing 3 Dutch</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/ec68/elektor ec-68 german.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-german-front-224x300.jpg" alt="" width="224" height="300" class="aligncenter size-medium wp-image-15226" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-german-front-224x300.jpg 224w, http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-german-front-112x150.jpg 112w, http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-german-front-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-german-front.jpg 500w"  sizes="(max-width: 224px) 100vw, 224px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/ec68/elektor ec-68 german.pdf">EC-68 in Elektor Computing 3 German</a></td>
</tr>
<tr>
<td><a href="http://retro.hansotten.nl/uploads/ec68/elektor ec-68 french.pdf"><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-french-front-202x300.jpg" alt="" width="202" height="300" class="aligncenter size-medium wp-image-15227" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-french-front-202x300.jpg 202w, http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-french-front-101x150.jpg 101w, http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-french-front-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2023/11/ec65-french-front.jpg 500w"  sizes="(max-width: 202px) 100vw, 202px" /></a></td>
<td><a href="http://retro.hansotten.nl/uploads/ec68/elektor ec-68 french.pdf">Elektor 100 August 1986 French</a></td>
</tr>
</tbody>
</table>
<p>Philippe a.k.a. Wawavoun has build/reconstructed this system.</p>
<p>You can see his work at his<a href="https://github.com/Wawavoun/ELEKTOR_EC-6809"> github page</a></p>
<p>He has published:<br />
&#8211; Gerbers of the PCBs<br />
&#8211; dumps of the ROMs ESS541 and ESS540 and reconstructed sources<br />
&#8211; A version of the Flex operating system adapted to the EC-68 (disks, bootcode etc)</p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-15230" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1536x1152.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-2048x1536.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1x1.jpg 1w"  sizes="(max-width: 654px) 100vw, 654px" /><br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-768x1024.jpg" alt="" width="654" height="872" class="aligncenter size-large wp-image-15231" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-768x1024.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-225x300.jpg 225w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-113x150.jpg 113w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-1152x1536.jpg 1152w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-1536x2048.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203849-scaled.jpg 1920w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-15229" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-1536x1152.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-2048x1536.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20210828_172816-1x1.jpg 1w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<p><img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-15240" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-1536x1152.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n-1x1.jpg 1w, http://retro.hansotten.nl/wp-content/uploads/2023/11/375693554_883377043181333_8439453107174357092_n.jpg 2048w"  sizes="(max-width: 654px) 100vw, 654px" /></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/my-retro-toolchain/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2023/01/dia013-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My retro toolchain</h2><div class="relpost_card_exerpt">About my toolchains for retro computing. 

Tools are very personal choice, what works for me. I use Windows (11 now) a...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Elektor EC-68 6809</title>
		<link>http://retro.hansotten.nl/elektor-ec-68-6809/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Sun, 19 Nov 2023 15:26:59 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?p=15219</guid>

					<description><![CDATA[Published in Elektuur/Elektor Computing 3 (Dutch and German) and in issue 100 1986 Elektor France.A 6809 based computer on two eurocards, CPU/DRAM and CRT/FDC with the Flex operating system.A reconstruction by Philippe . See also:Convert to Papertape V2.2On the Utilities page I have two programs to convert to MOS Technology papertape format: KIMpaper, a command [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://retro.hansotten.nl/motorola-6809/elektor-ec-68/">Published in Elektuur/Elektor Computing 3 (Dutch and German) and in issue 100 1986 Elektor France.A 6809 based computer on two eurocards, CPU/DRAM and CRT/FDC with the Flex operating system.A reconstruction by Philippe<br />
<img loading="lazy" decoding="async" src="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1024x768.jpg" alt="" width="654" height="491" class="aligncenter size-large wp-image-15230" srcset="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1024x768.jpg 1024w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-300x225.jpg 300w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-150x113.jpg 150w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-768x576.jpg 768w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1536x1152.jpg 1536w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-2048x1536.jpg 2048w, http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-1x1.jpg 1w"  sizes="(max-width: 654px) 100vw, 654px" />.</a></p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/convert-to-paptertape-v2-2/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2019/11/screendump-convert8bithexformat.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Convert to Papertape V2.2</h2><div class="relpost_card_exerpt">On the Utilities page I have two programs to convert to MOS Technology papertape format: KIMpaper, a command line utilit...</div></div></div></a><a href="http://retro.hansotten.nl/pc-utilities-updated/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2021/03/screendump-convert8bithexformat-Copy.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">PC utilities updated</h2><div class="relpost_card_exerpt">The PC utilities page has seen an update of th4 Conversion hex formats utility.

Programs to manipulate the binary and...</div></div></div></a><a href="http://retro.hansotten.nl/convert-hex-formats-v2/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2020/10/screendump-convert8bithexformat.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Convert hex formats V2</h2><div class="relpost_card_exerpt">A program to convert between hex or binary files for 8 bit systems with a 64K address space.
V2 adds the Wozmon Apple 1...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Motorola 6809</title>
		<link>http://retro.hansotten.nl/motorola-6809/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Sun, 19 Nov 2023 15:21:55 +0000</pubDate>
				<category><![CDATA[6809]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=15217</guid>

					<description><![CDATA[See also:Elektor EC-68Published in Elektuur/Elektor Computing 3 (Dutch and gherman) and in issue 100 1986 Elektor France. The articles, downl...My retro toolchainAbout my toolchains for retro computing. Tools are very personal choice, what works for me. I use Windows (11 now) a...]]></description>
										<content:encoded><![CDATA[
<!-- Page-list plugin v.5.9 wordpress.org/plugins/page-list/ -->
<ul class="page-list subpages-page-list ">
<li class="page_item page-item-15223"><a href="http://retro.hansotten.nl/motorola-6809/elektor-ec-68/">Elektor EC-68</a></li>
<li class="page_item page-item-9233"><a href="http://retro.hansotten.nl/motorola-6809/6809-microprocessor-kit/">6809 Microprocessor kit</a></li>

</ul>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/motorola-6809/elektor-ec-68/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2023/11/20211004_203720-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Elektor EC-68</h2><div class="relpost_card_exerpt">Published in Elektuur/Elektor Computing 3 (Dutch and gherman) and in issue 100 1986 Elektor France.
The articles, downl...</div></div></div></a><a href="http://retro.hansotten.nl/my-retro-toolchain/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2023/01/dia013-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">My retro toolchain</h2><div class="relpost_card_exerpt">About my toolchains for retro computing. 

Tools are very personal choice, what works for me. I use Windows (11 now) a...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>My retro toolchain</title>
		<link>http://retro.hansotten.nl/my-retro-toolchain/</link>
		
		<dc:creator><![CDATA[hanso]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 13:20:18 +0000</pubDate>
				<category><![CDATA[6502]]></category>
		<category><![CDATA[6809]]></category>
		<category><![CDATA[8085 Intel]]></category>
		<category><![CDATA[Z80]]></category>
		<guid isPermaLink="false">http://retro.hansotten.nl/?page_id=13003</guid>

					<description><![CDATA[About my toolchains for retro computing. Tools are very personal choice, what works for me. I use Windows (11 now) as my main workstation and often the command line. I do have Linux desktops for compatibility testing. As I grew up in the 80ties with mini&#8217;s like HP1000, PDP-11 + RSX-11M, VAX/VMS, MS-DOS, all command [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>About my toolchains for retro computing. </p>
<p>Tools are very personal choice, what works for me. I use Windows (11 now) as my main workstation and often the command line. I do have Linux desktops for compatibility testing. As I grew up in the 80ties with mini&#8217;s like HP1000, PDP-11 + RSX-11M, VAX/VMS, MS-DOS, all command line, many many editors, from line editors to screen oriented (EDT from DEC was great!) with all kind of automation tools and code management, I feel comfortable with what Windows (and Linux) offer me now, it makes me very productive! YMMV, pick your tools as you like it.  </p>
<p><strong>Tools development</strong><br />
When there is not a tool available that does easy what I need, I write my own. GUI or command line, depending on the context.<br />
My toolchain consists of Freepascal (commandline) and Lazarus (GUI).<br />
Most tools have to do with manipulating binary data as to be expected. Other areas are compilers and simulators.<br />
Resulting tools run on Windows, Linux and Apple Mac&#8217;s. See the<PC Tools page for tools I made</a>, like the Hex format conversion, the KIM-1 Simulator and more.<br />

<!-- Page-list plugin v.5.9 wordpress.org/plugins/page-list/ -->
<ul class="page-list subpages-page-list ">
<li class="page_item page-item-13289"><a href="http://retro.hansotten.nl/my-retro-toolchain/power-supplies/">Power supplies</a></li>
<li class="page_item page-item-13266 page_item_has_children"><a href="http://retro.hansotten.nl/my-retro-toolchain/tools-for-retro-electronics/">Tools for Retro Electronics</a>
<ul class='children'>
	<li class="page_item page-item-13274"><a href="http://retro.hansotten.nl/my-retro-toolchain/tools-for-retro-electronics/eprom-programmers/">EPROM programmers</a></li>
	<li class="page_item page-item-13285"><a href="http://retro.hansotten.nl/my-retro-toolchain/tools-for-retro-electronics/function-generators-and-counters/">Function generators and counters</a></li>
	<li class="page_item page-item-13270 page_item_has_children"><a href="http://retro.hansotten.nl/my-retro-toolchain/tools-for-retro-electronics/scopes-and-logic-analyzers/">Scopes and Logic Analyzers</a>
	<ul class='children'>
		<li class="page_item page-item-13296"><a href="http://retro.hansotten.nl/my-retro-toolchain/tools-for-retro-electronics/scopes-and-logic-analyzers/usbee-ax-pro/">USBee AX Pro</a></li>
	</ul>
</li>
	<li class="page_item page-item-13280"><a href="http://retro.hansotten.nl/my-retro-toolchain/tools-for-retro-electronics/solder-stations/">Solder stations</a></li>
</ul>
</li>

</ul></p>
<h3>Assembly toolchain</h3>
<p>I have quite a collection of 8 bit computers, 6502, Z80, 6809.<br />
Each processor comes with its own machine language, and for each processor myriads of assemblers have been made, each with its own deviations of the official syntax and way they operate. The simple ones are two-pass assemblers generating binaries and listings and symbol tables. More advanced are made up of an assembler and a linker. Linkers are nice and powerful, but a bit overkill for simple projects. I like command line assemblers, callable from an editor.</p>
<p><strong>Notepad++ Editor</strong><br />
A very powerful text editor, with syntax highlighting, multiple files windows open, good search, plugins like hex editor and external tools support.</p>
<ol>
<li><a href="https://notepad-plus-plus.org/">Install latest version from the download</a>  </li>
<li>Add plugins Hexeditor and NPPEXEC</li>
<p>Add scripts to nppexec such as (requires TASM 2 installed, read below)</p>
<ul>
<li>make6502pap tasm -65 -x3 -g1 -s &#8220;$(FILE_NAME)&#8221; &#8220;$(NAME_PART).pap&#8221;  &#8220;$(NAME_PART).lst&#8221;  -s &#8220;$(NAME_PART).sym&#8221;</li>
<li>make6502bin tasm -65  -g3 -s -l   -fff &#8220;$(FILE_NAME)&#8221; &#8220;$(NAME_PART).bin&#8221;  &#8220;$(NAME_PART).lst&#8221;  -s &#8220;$(NAME_PART).sym&#8221;</li>
<li>make6502hex tasm -65 -x3 -g0 -s &#8220;$(FILE_NAME)&#8221; &#8220;$(NAME_PART).ihex&#8221;  &#8220;$(NAME_PART).lst&#8221;  -s &#8220;$(NAME_PART).sym&#8221;</li>
<li>makez80hex tasm -80  -g0 -s &#8220;$(FILE_NAME)&#8221; &#8220;$(NAME_PART).ihex&#8221;  &#8220;$(NAME_PART).lst&#8221;  -s &#8220;$(NAME_PART).sym&#8221;</li>
<li>etc, see c:\tasm\TASMMAN,HTM</li>
</ul>
<li>Edit you source</li>
<li>Assembly first time: press F6   choose wanted script</li>
<li>After that Press CTRL-F6 to asemble </li>
<li>The output of the assemble appears at the bottom of the editor in a separate part</li>
<li>Open in Notepad also the listing file</li>
<li>If errors, correct the source </li>
<li>if errorfree, start debugging your code, leave Notepad++ open to edit source and read the listing</li>
</ol>
<p><strong>TASM32</strong><br />
This is a command line assembler that supports processors like 6502 and Z80. Output is binary, MOS papertape, Intel Hex, Motorola S-record. Listings and symbol tables (for the KIM-1 Simulator) can be generated. Used from Notepad++ as Tool, no need to start from the command line.</p>
<ol>
<li><a href="http://retro.hansotten.nl/uploads/files/TASM_32.zip">Download TASM 32 here</a></li>
<li>Unpack in e.g. c:\tasm</li>
<li>Create environment variable TASMTABS=C:\TASM<br />
(Settings &#8211; Related Settings &#8211; Advanced system settings &#8211; Advanced tab &#8211; Environment Variables).</li>
<li>Add c:\tasm to the PATH</li>
<li>Invoke tasm from the command line without arguments for help and/or read TASMMAN.HTM in C:/tasm</li>
<li>Add macro&#8217;s to Notepad++, see there.</li>
</ol>
<p><strong>Test and debug</strong><br />
The output of the assembler can be downloaded to the SBC. Burn an EPROM, download hex or papertape. And test the code.</p>
<p>For KIM-1 programs I always use the <a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/">KIM-1 Simulator debugger</a> on the PC.<br />
Set breakpoints and watches, trace the code, inspect memory, run the program.<br />
When it is a TTY console program, I sue a terminal emulator, <a href="https://ttssh2.osdn.jp/index.html.en">Teraterm</a>.<br />
2400 baud 8 bit, one stop bit, no parity, 5 ms character delay, 20 ms line delay for papertape upload.. Higher baudrates may work.</p>
<p>For CP/M there are many emulators available, choose one that allows file from the PC to be accessed also by the emulator. E.g. <a href="https://www.heinpragt.com/start/index.html">the Z80 IDE and CP.M emulator of Hein Pragt</a>.<br />
<strong>CC65</strong><br />
I only use the assembler and linker of the <a href="https://cc65.github.io/">CC65 package</a>. Mainly for <a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-software/microsoft-kb-9-basic/">KIM-1 KB9 Basic development</a>, as the <a href="https://www.pagetable.com/?p=46">source from Pagetable</a> is in this format. </p>
<p>This is how I do it (Windows, can be done also on Linux)</p>
<ol>
<li>Download and unpack the <a href="https://github.com/mist64/msbasic">archive of pagetable</a> in a folder on your PC.</li>
<li>Download and unpack the CC65 package, a C compiler, from which only the assembler and linker is used.<a href="https://cc65.github.io/"> I used the Windows binary</a>.</li>
<li>Copy CA65.EXE, LD65.EXE and longbranch.mac from the CC65 package to the folder where you unpacked the MS Basic source.</li>
<li>Change whatever you like in the source. It is quite a complicated construction, with macros for every variant, so look carefully at the listing file what really is produced.<br />
Start with no adaptations and then go on studying the listing file and testing. The <a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/">KIM-1 Simulator </a>is a good tool for testing! Load the symbol table file to see what is where.</li>
<li>Assemble and link with this simple batch file makekb9v2.bat, resulting in an object, a binary, a listing file and a symbol label file.
<pre class="brush: plain; title: ; notranslate">
ca65 -D kb9 msbasic.s -o tmp/kb9v2.o -l tmp/kb9v2.lst
ld65 -C kb9.cfg tmp/kb9v2.o -o tmp/kb9v2.bin -Ln tmp/kb9v2.lbl
</pre>
</li>
<li>Repeat step 4 and 5 until you are satisfied with the adaptations. The article listed above are a good source of inspiration.</li>
</ol>
<p><strong>Winmerge</strong><br />
A tool to compare files, text and binary. Open the program, drop binary files from the explorer on it and see the differences highlighted. Essential to compare ROM dumps or to check if assembler source assembly leads to identical binary as the original. Detects subtle syntax differences from sources converted or disassembled, leading to different code. </p>
<p><strong>Disassembler</strong><br />
Still searching for a good multiprocessor tool. With some intelligence, like input files not only binary, but also a symbol file and tips of what is data and what is code. Output should be in assembler format ready to assemble. A multipass operation, where you learn from each iteration symbols and data areas.</p>
<p>For 6502 code I use the online tool  at <a href="https://www.masswerk.at/6502/disassembler.html">Virtual Disassembler</a>. Drop the binary and copy the code. Choose the output format, like &#8220;listing&#8221; or &#8220;assembler&#8221;. You can input a symbol file.</p>
<!-- relpost-thumb-wrapper --><div class="relpost-thumb-wrapper"><!-- filter-class --><div class="relpost-thumb-container"><style>.relpost-block-single-image, .relpost-post-image { margin-bottom: 10px; }</style><h3>See also:</h3><div style="clear: both"></div><div style="clear: both"></div><!-- relpost-block-container --><div class="relpost-block-container relpost-block-column-layout" style="--relposth-columns: 3;--relposth-columns_t: 2; --relposth-columns_m: 2"><a href="http://retro.hansotten.nl/6502-sbc/jolt-and-super-jolt/jolt/jolt-replica/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/03/jolt-replica-top-scaled.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">Jolt Replica by Eduardo Casino</h2><div class="relpost_card_exerpt">Eduardo Casino has created a faithful replica of the Jolt single board computer. Tested! Working!
The replica design is...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/kim-1-simulator-doc/mtu-k-1008-visible-memory/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2025/07/MTU-fall-1980.pdf.01s.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">MTU K-1008 Visible Memory</h2><div class="relpost_card_exerpt">The MTU Visible Memory is a memory mapped video display made by MTU. Supported by the KIM-1 Simulator. 

See the  MTU ...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/kim-1-simulator-doc/tty-serial/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/03/sdshield8.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TTY Serial</h2><div class="relpost_card_exerpt">TTY Serial
The KIM-1 Simulator comes with a 'console', a glass teletype 24x80 screen. It has a subset of ANSI/VT100 sup...</div></div></div></a><a href="http://retro.hansotten.nl/6502-sbc/kim-1-manuals-and-software/kim-1-simulator/kim-1-simulator-doc/tty-console/"class="relpost-block-single" ><div class="relpost-custom-block-single"><div class="relpost-block-single-image rpt-lazyload" aria-hidden="true" role="img" data-bg="http://retro.hansotten.nl/wp-content/uploads/2026/03/SDMP1.jpg" style="background: transparent no-repeat scroll 0% 0%; width: 150px; height: 150px; aspect-ratio: 1/1;"></div><div class="relpost-block-single-text"  style="height: 125px;font-family: Arial;  font-size: 12px;  color: #333333;"><h2 class="relpost_card_title">TTY Console</h2><div class="relpost_card_exerpt">TTY console mode
Press the TTY console switch to let the KIM simulator use a glass teletype in a console window. The st...</div></div></div></a></div><!-- close relpost-block-container --><div style="clear: both"></div></div><!-- close filter class --></div><!-- close relpost-thumb-wrapper -->]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
