<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://worldofdragon.org/index.php?action=history&amp;feed=atom&amp;title=Duncan_Smeed</id>
	<title>Duncan Smeed - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://worldofdragon.org/index.php?action=history&amp;feed=atom&amp;title=Duncan_Smeed"/>
	<link rel="alternate" type="text/html" href="https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;action=history"/>
	<updated>2026-04-17T16:49:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.15</generator>
	<entry>
		<id>https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;diff=5697&amp;oldid=prev</id>
		<title>Jedie at 15:04, 5 August 2014</title>
		<link rel="alternate" type="text/html" href="https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;diff=5697&amp;oldid=prev"/>
		<updated>2014-08-05T15:04:01Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:04, 5 August 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Quote: &amp;quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&amp;#039;s (Dragon) BASIC and the underlying hardware. I also helped out with the design of the hardware. Motorola at East Kilbride aided and abetted since the [[MC6809E]] was the Dragon&amp;#039;s processor. I have a soft spot for the 6809 - it was nice, orthogonal, 8/16-bit architecture and the last of the Motorola processors to have a SEX instruction ;-) &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Quote: &amp;quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&amp;#039;s (Dragon) BASIC and the underlying hardware. I also helped out with the design of the hardware. Motorola at East Kilbride aided and abetted since the [[MC6809E]] was the Dragon&amp;#039;s processor. I have a soft spot for the 6809 - it was nice, orthogonal, 8/16-bit architecture and the last of the Motorola processors to have a SEX instruction ;-) &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Since I wrote the BIOS in 6809 assembler using Motorola&amp;#039;s development kit, I was also the person that blew the final mask ROM for the production machines. In the usual time-honoured fashion I &amp;#039;signed&amp;#039; my work with a wee easter-egg in the ROM. Since I couldn&amp;#039;t leave a trace in the source program I patched the final ROM by hand! To this day, all [[Dragon 32]]s have my initials in their ROM. I patched my initials into the the end-of-line initialisation sequence that got copied into the BIOS data structures in RAM at boot time. The EOL sequence according to the BIOS source is CR,LF,NULL,NULL,NULL,NULL but in reality was patched to CR,LF,&amp;#039;D&amp;#039;,&amp;#039;N&amp;#039;,&amp;#039;S&amp;#039;,&amp;#039; &amp;#039;. Since this sequence was copied into RAM it was possible to modify this by POKEs to configure the EOL sequence to a particular printer, say. The number of characters in the EOL sequence (initially the constant 2) was also copied to RAM so that it too could be modified. By using a POKE to alter this RAM location to the value 6 my initials printed out as part of the EOL sequence. I.e. DNS appeared at the start of every printed line ;-) &amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Since I wrote the BIOS in 6809 assembler using Motorola&amp;#039;s development kit, I was also the person that blew the final mask ROM for the production machines. In the usual time-honoured fashion I &amp;#039;signed&amp;#039; my work with a wee easter-egg in the ROM. Since I couldn&amp;#039;t leave a trace in the source program I patched the final ROM by hand! To this day, all [[Dragon 32]]s have my initials in their ROM. I patched my initials into the the end-of-line initialisation sequence that got copied into the BIOS data structures in RAM at boot time. The EOL sequence according to the BIOS source is CR,LF,NULL,NULL,NULL,NULL but in reality was patched to CR,LF,&amp;#039;D&amp;#039;,&amp;#039;N&amp;#039;,&amp;#039;S&amp;#039;,&amp;#039; &amp;#039;. Since this sequence was copied into RAM it was possible to modify this by POKEs to configure the EOL sequence to a particular printer, say. The number of characters in the EOL sequence (initially the constant 2) was also copied to RAM so that it too could be modified. By using a POKE to alter this RAM location to the value 6 my initials printed out as part of the EOL sequence. I.e. DNS appeared at the start of every printed line ;-) &amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Documentation]] [[Category:History]] [[Category:Person]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jedie</name></author>
		
	</entry>
	<entry>
		<id>https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;diff=98&amp;oldid=prev</id>
		<title>Admin at 10:36, 16 March 2009</title>
		<link rel="alternate" type="text/html" href="https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;diff=98&amp;oldid=prev"/>
		<updated>2009-03-16T10:36:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 10:36, 16 March 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;−&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Quote: &amp;quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&amp;#039;s (Dragon) BASIC and the underlying hardware. I also helped out with the design of the hardware. Motorola at East Kilbride aided and abetted since the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;M6809E &lt;/del&gt;was the Dragon&amp;#039;s processor. I have a soft spot for the 6809 - it was nice, orthogonal, 8/16-bit architecture and the last of the Motorola processors to have a SEX instruction ;-) &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Quote: &amp;quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&amp;#039;s (Dragon) BASIC and the underlying hardware. I also helped out with the design of the hardware. Motorola at East Kilbride aided and abetted since the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[MC6809E]] &lt;/ins&gt;was the Dragon&amp;#039;s processor. I have a soft spot for the 6809 - it was nice, orthogonal, 8/16-bit architecture and the last of the Motorola processors to have a SEX instruction ;-) &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;−&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Since I wrote the BIOS in 6809 assembler using Motorola&amp;#039;s development kit, I was also the person that blew the final mask ROM for the production machines. In the usual time-honoured fashion I &amp;#039;signed&amp;#039; my work with a wee easter-egg in the ROM. Since I couldn&amp;#039;t leave a trace in the source program I patched the final ROM by hand! To this day, all Dragon &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;32s &lt;/del&gt;have my initials in their ROM. I patched my initials into the the end-of-line initialisation sequence that got copied into the BIOS data structures in RAM at boot time. The EOL sequence according to the BIOS source is CR,LF,NULL,NULL,NULL,NULL but in reality was patched to CR,LF,&amp;#039;D&amp;#039;,&amp;#039;N&amp;#039;,&amp;#039;S&amp;#039;,&amp;#039; &amp;#039;. Since this sequence was copied into RAM it was possible to modify this by POKEs to configure the EOL sequence to a particular printer, say. The number of characters in the EOL sequence (initially the constant 2) was also copied to RAM so that it too could be modified. By using a POKE to alter this RAM location to the value 6 my initials printed out as part of the EOL sequence. I.e. DNS appeared at the start of every printed line ;-) &amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Since I wrote the BIOS in 6809 assembler using Motorola&amp;#039;s development kit, I was also the person that blew the final mask ROM for the production machines. In the usual time-honoured fashion I &amp;#039;signed&amp;#039; my work with a wee easter-egg in the ROM. Since I couldn&amp;#039;t leave a trace in the source program I patched the final ROM by hand! To this day, all &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[&lt;/ins&gt;Dragon &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;32]]s &lt;/ins&gt;have my initials in their ROM. I patched my initials into the the end-of-line initialisation sequence that got copied into the BIOS data structures in RAM at boot time. The EOL sequence according to the BIOS source is CR,LF,NULL,NULL,NULL,NULL but in reality was patched to CR,LF,&amp;#039;D&amp;#039;,&amp;#039;N&amp;#039;,&amp;#039;S&amp;#039;,&amp;#039; &amp;#039;. Since this sequence was copied into RAM it was possible to modify this by POKEs to configure the EOL sequence to a particular printer, say. The number of characters in the EOL sequence (initially the constant 2) was also copied to RAM so that it too could be modified. By using a POKE to alter this RAM location to the value 6 my initials printed out as part of the EOL sequence. I.e. DNS appeared at the start of every printed line ;-) &amp;quot;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;diff=18&amp;oldid=prev</id>
		<title>Admin: Created page with &#039;Quote: &quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&#039;s (Dragon) BASIC and the underlying hardware...&#039;</title>
		<link rel="alternate" type="text/html" href="https://worldofdragon.org/index.php?title=Duncan_Smeed&amp;diff=18&amp;oldid=prev"/>
		<updated>2009-03-14T21:07:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Quote: &amp;quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&amp;#039;s (Dragon) BASIC and the underlying hardware...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Quote: &amp;quot;Initially I was hired as a consultant to write the BIOS for the Dragon. This BIOS was the abstraction layer between Microsoft&amp;#039;s (Dragon) BASIC and the underlying hardware. I also helped out with the design of the hardware. Motorola at East Kilbride aided and abetted since the M6809E was the Dragon&amp;#039;s processor. I have a soft spot for the 6809 - it was nice, orthogonal, 8/16-bit architecture and the last of the Motorola processors to have a SEX instruction ;-) &lt;br /&gt;
Since I wrote the BIOS in 6809 assembler using Motorola&amp;#039;s development kit, I was also the person that blew the final mask ROM for the production machines. In the usual time-honoured fashion I &amp;#039;signed&amp;#039; my work with a wee easter-egg in the ROM. Since I couldn&amp;#039;t leave a trace in the source program I patched the final ROM by hand! To this day, all Dragon 32s have my initials in their ROM. I patched my initials into the the end-of-line initialisation sequence that got copied into the BIOS data structures in RAM at boot time. The EOL sequence according to the BIOS source is CR,LF,NULL,NULL,NULL,NULL but in reality was patched to CR,LF,&amp;#039;D&amp;#039;,&amp;#039;N&amp;#039;,&amp;#039;S&amp;#039;,&amp;#039; &amp;#039;. Since this sequence was copied into RAM it was possible to modify this by POKEs to configure the EOL sequence to a particular printer, say. The number of characters in the EOL sequence (initially the constant 2) was also copied to RAM so that it too could be modified. By using a POKE to alter this RAM location to the value 6 my initials printed out as part of the EOL sequence. I.e. DNS appeared at the start of every printed line ;-) &amp;quot;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>