<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bitchin100.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roger</id>
	<title>Bitchin100 DocGarden - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bitchin100.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roger"/>
	<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=Special:Contributions/Roger"/>
	<updated>2026-04-29T20:21:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=CO_File_Format&amp;diff=1842</id>
		<title>CO File Format</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=CO_File_Format&amp;diff=1842"/>
		<updated>2009-09-23T04:59:50Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The structure of a Model T CO file is very simple:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
| START || LENGTH || ENTRY || EXECUTABLE DATA...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Where START, LENGTH and ENTRY are 16-bit words in little-endian (Intel) byte order.&lt;br /&gt;
&lt;br /&gt;
START - Where the program is ORG&#039;d to run from.&amp;lt;br&amp;gt;&lt;br /&gt;
LENGTH - Size of executable data, this does not include the header(6 bytes), just the length of EXECUTABLE DATA.&amp;lt;br&amp;gt;&lt;br /&gt;
ENTRY - Where the program will be entered (entry point).&amp;lt;br&amp;gt;&lt;br /&gt;
EXECUTABLE DATA - 8085 machine code ORG&#039;ed at START.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Model T Developer Reference]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=CO_File_Format&amp;diff=1841</id>
		<title>CO File Format</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=CO_File_Format&amp;diff=1841"/>
		<updated>2009-09-23T04:58:56Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The structure of a Model T CO file is very simple:&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
| START || LENGTH || ENTRY || EXECUTABLE DATA...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Where START, LENGTH and ENTRY are 16-bit words in little-endian (Intel) byte order.&lt;br /&gt;
&lt;br /&gt;
START - Where the program is ORG&#039;d to run from.&lt;br /&gt;
LENGTH - Size of executable data, this does not include the header(6 bytes), just the length of EXECUTABLE DATA.&lt;br /&gt;
ENTRY - Where the program will be entered (entry point).&lt;br /&gt;
EXECUTABLE DATA - 8085 machine code ORG&#039;ed at START.&lt;br /&gt;
&lt;br /&gt;
[[Category:Model T Developer Reference]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=Model_100_ROM&amp;diff=1840</id>
		<title>Model 100 ROM</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=Model_100_ROM&amp;diff=1840"/>
		<updated>2009-09-22T16:27:10Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The model 100 has different hardware versions, one of the main differances is the ROM chips. Older unit gerneraly have the LH35618 chip and new the 3256C01, which is a 27256 compatible chip.&lt;br /&gt;
&lt;br /&gt;
Steven Adolf has a [http://www.club100.org/memfiles/index.php?&amp;amp;direction=0&amp;amp;order=&amp;amp;directory=Steve%20Adolph document] on this in his personal files at [[Club100]]&lt;br /&gt;
&lt;br /&gt;
The chip pinout are:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Pin#	LH535618	3256C07&lt;br /&gt;
1	VDD		VPP&lt;br /&gt;
2	A10		A12&lt;br /&gt;
3	A7		A7&lt;br /&gt;
4	A6		A6&lt;br /&gt;
5	A5		A5&lt;br /&gt;
6	A4		A4&lt;br /&gt;
7	A3		A3&lt;br /&gt;
8	A2		A2&lt;br /&gt;
9	A1		A1&lt;br /&gt;
10	A0		A0&lt;br /&gt;
11	D0		D0&lt;br /&gt;
12	D1		D1&lt;br /&gt;
13	D2		D2&lt;br /&gt;
14	GND		GND&lt;br /&gt;
15	D3		D3&lt;br /&gt;
16	D4		D4&lt;br /&gt;
17	D5		D5&lt;br /&gt;
18	D6		D6&lt;br /&gt;
19	D7		D7&lt;br /&gt;
20	A11		/CE&lt;br /&gt;
21	/OE		A10&lt;br /&gt;
22	A13		/OE&lt;br /&gt;
23	/CE		A11&lt;br /&gt;
24	A12		A9&lt;br /&gt;
25	A9		A8&lt;br /&gt;
26	A8		A13&lt;br /&gt;
27	/CS		A14&lt;br /&gt;
28	A14		VCC&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Model T Developer Reference]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=Model_100_ROM&amp;diff=1839</id>
		<title>Model 100 ROM</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=Model_100_ROM&amp;diff=1839"/>
		<updated>2009-09-22T16:26:10Z</updated>

		<summary type="html">&lt;p&gt;Roger: New page: The model 100 has different hardware versions, one of the main differances is the ROM chips. Older unit gerneraly have the LH35618 chip and new the 3256C01, which is a 27256 compatible chi...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The model 100 has different hardware versions, one of the main differances is the ROM chips. Older unit gerneraly have the LH35618 chip and new the 3256C01, which is a 27256 compatible chip.&lt;br /&gt;
&lt;br /&gt;
Steven Adolf has a [http://www.club100.org/memfiles/index.php?&amp;amp;direction=0&amp;amp;order=&amp;amp;directory=Steve%20Adolph document] on this in his personal files at [[Club100]]&lt;br /&gt;
&lt;br /&gt;
The chip pinout are:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Pin#	LH535618	3256C07&lt;br /&gt;
1	VDD		VPP&lt;br /&gt;
2	A10		A12&lt;br /&gt;
3	A7		A7&lt;br /&gt;
4	A6		A6&lt;br /&gt;
5	A5		A5&lt;br /&gt;
6	A4		A4&lt;br /&gt;
7	A3		A3&lt;br /&gt;
8	A2		A2&lt;br /&gt;
9	A1		A1&lt;br /&gt;
10	A0		A0&lt;br /&gt;
11	D0		D0&lt;br /&gt;
12	D1		D1&lt;br /&gt;
13	D2		D2&lt;br /&gt;
14	GND		GND&lt;br /&gt;
15	D3		D3&lt;br /&gt;
16	D4		D4&lt;br /&gt;
17	D5		D5&lt;br /&gt;
18	D6		D6&lt;br /&gt;
19	D7		D7&lt;br /&gt;
20	A11		/CE&lt;br /&gt;
21	/OE		A10&lt;br /&gt;
22	A13		/OE&lt;br /&gt;
23	/CE		A11&lt;br /&gt;
24	A12		A9&lt;br /&gt;
25	A9		A8&lt;br /&gt;
26	A8		A13&lt;br /&gt;
27	/CS		A14&lt;br /&gt;
28	A14		VCC&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1100</id>
		<title>MTHD</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1100"/>
		<updated>2009-02-23T19:44:30Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This project it still under development.&lt;br /&gt;
&lt;br /&gt;
The basic idea for this project is to add a harddrive via the [[System bus]] on the 100/102/200&lt;br /&gt;
&lt;br /&gt;
The circut is based on a 8255 which controls the harddrive data and control signals.&lt;br /&gt;
&lt;br /&gt;
A 74573 is used to split the ADDRESS and DATA singnals and a 138 is used for IO mapping&lt;br /&gt;
&lt;br /&gt;
The 8255 is split into 3 x 8bit ports, one is used for address, CS, RD, WR and RST. The other two port are used for the 16 data bus. &lt;br /&gt;
&lt;br /&gt;
[[Image:Mthdv11.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Model T Hardware]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1099</id>
		<title>MTHD</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1099"/>
		<updated>2009-02-23T19:30:59Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This project it still under development.&lt;br /&gt;
&lt;br /&gt;
The basic idea for this project is to add a harddrive via the [[System bus]] on the 100/102/200&lt;br /&gt;
&lt;br /&gt;
The circut is based on a 8255 which controls the harddrive data and control signals.&lt;br /&gt;
&lt;br /&gt;
A 74573 is used to split the ADDRESS and DATA singnals and a 138 is used for IO mapping&lt;br /&gt;
&lt;br /&gt;
[[Image:Mthdv11.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Model T Hardware]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=File:Mthdv11.jpg&amp;diff=1098</id>
		<title>File:Mthdv11.jpg</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=File:Mthdv11.jpg&amp;diff=1098"/>
		<updated>2009-02-23T19:29:43Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1063</id>
		<title>MTHD</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1063"/>
		<updated>2009-02-22T18:17:06Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This project it still under development.&lt;br /&gt;
&lt;br /&gt;
The basic idea for this project is to add a harddrive via the [[System bus]] on the 100/102/200&lt;br /&gt;
&lt;br /&gt;
The circut is based on a 8255 which controls the harddrive data and control signals.&lt;br /&gt;
&lt;br /&gt;
A 74573 is used to split the ADDRESS and DATA singnals and a 138 is used for IO mapping&lt;br /&gt;
&lt;br /&gt;
[[Image:mthdv1.jpg]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=File:Mthdv1.jpg&amp;diff=1062</id>
		<title>File:Mthdv1.jpg</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=File:Mthdv1.jpg&amp;diff=1062"/>
		<updated>2009-02-22T18:07:03Z</updated>

		<summary type="html">&lt;p&gt;Roger: Schematic of the MTHD v1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Schematic of the MTHD v1&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1061</id>
		<title>MTHD</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1061"/>
		<updated>2009-02-22T18:02:40Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This project it still under development.&lt;br /&gt;
&lt;br /&gt;
The basic idea for this project is to add a harddrive via the [[System bus]] on the 100/102/200&lt;br /&gt;
&lt;br /&gt;
[[Image:hdd.JPG]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1060</id>
		<title>MTHD</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTHD&amp;diff=1060"/>
		<updated>2009-02-22T18:02:21Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This project it still under development.&lt;br /&gt;
&lt;br /&gt;
The basic idea for this project is to add a harddrive via the [[System bus]] on the 100/102/200&lt;br /&gt;
&lt;br /&gt;
[[Image:Hdd.jpg]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=File:Hdd.JPG&amp;diff=1059</id>
		<title>File:Hdd.JPG</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=File:Hdd.JPG&amp;diff=1059"/>
		<updated>2009-02-22T18:00:11Z</updated>

		<summary type="html">&lt;p&gt;Roger: Schematic of the MTHD v1.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Schematic of the MTHD v1.0&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTCPM&amp;diff=33</id>
		<title>MTCPM</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTCPM&amp;diff=33"/>
		<updated>2007-11-18T11:57:00Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mtcpm ( Model T CP/M ) is a project to create a working version of CP/M on the Model T.&lt;br /&gt;
&lt;br /&gt;
If you want to help out join the [http://lists.bitchin100.com/listinfo.cgi/mtcpm-bitchin100.com Mtcpm mailing list]&lt;br /&gt;
&lt;br /&gt;
Subversion source code [http://svn.bitchin100.com/mtcpm repository]&lt;br /&gt;
&lt;br /&gt;
To download:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
svn co http://svn.bitchin100.com/mtcpm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Ask on the mailing list if you need commit (check-in) privileges&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Goals and Status&lt;br /&gt;
! Project !! Sub project !! Status !! Comments&lt;br /&gt;
|-&lt;br /&gt;
| Main system || BIOS || bgcolor=&amp;quot;yellow&amp;quot; | Underway || Conout&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| CCP || bgcolor=&amp;quot;yellow&amp;quot; | Underway || Waiting for Conin&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| BDOS || bgcolor=&amp;quot;yellow&amp;quot; | Underway || Some functions&lt;br /&gt;
|-&lt;br /&gt;
| Software || Text Editor || bgcolor=&amp;quot;red&amp;quot; | Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| ASM || bgcolor=&amp;quot;red&amp;quot; | Unknown&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== CP/M Resources ==&lt;br /&gt;
&lt;br /&gt;
[http://www.retroarchive.org/cpm Retroarchive] Archived CP/M binaries and docs&lt;br /&gt;
&lt;br /&gt;
[http://www.cpm.z80.de The Unofficial CP/M Page]&lt;br /&gt;
&lt;br /&gt;
[http://www.seasip.demon.co.uk/Cpm CP/M Main Page]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=MTCPM&amp;diff=19</id>
		<title>MTCPM</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=MTCPM&amp;diff=19"/>
		<updated>2007-11-14T17:12:17Z</updated>

		<summary type="html">&lt;p&gt;Roger: New page: Mtcpm ( Model T CP/M ) is a project to create a working version of CP/M on the Model T. If you want to help out join the [http://lists.bitchin100.com/listinfo.cgi/mtcpm-bitchin100.com Mtcp...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mtcpm ( Model T CP/M ) is a project to create a working version of CP/M on the Model T. If you want to help out join the [http://lists.bitchin100.com/listinfo.cgi/mtcpm-bitchin100.com Mtcpm mailing list]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Goals and Status&lt;br /&gt;
! Project !! Sub project !! Status !! Comments&lt;br /&gt;
|-&lt;br /&gt;
| Main system || BIOS || bgcolor=&amp;quot;yellow&amp;quot; | Underway || Conout&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| CCP || bgcolor=&amp;quot;red&amp;quot; | Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| BDOS || bgcolor=&amp;quot;red&amp;quot; | Unknown&lt;br /&gt;
|-&lt;br /&gt;
| Software || Text Editor || bgcolor=&amp;quot;red&amp;quot; | Unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
| ASM || bgcolor=&amp;quot;red&amp;quot; | Unknown&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
	<entry>
		<id>https://bitchin100.com/wiki/index.php?title=Model_T_DocGarden&amp;diff=18</id>
		<title>Model T DocGarden</title>
		<link rel="alternate" type="text/html" href="https://bitchin100.com/wiki/index.php?title=Model_T_DocGarden&amp;diff=18"/>
		<updated>2007-11-14T16:40:55Z</updated>

		<summary type="html">&lt;p&gt;Roger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Bitchin100 DocGarden contains user contributed documentation for Bitchin100 related projects.&lt;br /&gt;
&lt;br /&gt;
== Tandy Disk Drive Emulators ==&lt;br /&gt;
&lt;br /&gt;
[[LaddieCon]]&lt;br /&gt;
&lt;br /&gt;
[[DLPilot]]&lt;br /&gt;
&lt;br /&gt;
[[DLPlus]]&lt;br /&gt;
&lt;br /&gt;
== Model T Hardware Projects ==&lt;br /&gt;
&lt;br /&gt;
[[Remem]]&lt;br /&gt;
&lt;br /&gt;
[[Rex]]&lt;br /&gt;
&lt;br /&gt;
[[Rex2]]&lt;br /&gt;
&lt;br /&gt;
== Model T Software Projects ==&lt;br /&gt;
&lt;br /&gt;
[[mtcpm]] CP/M for the Tandy 100/102/200&lt;br /&gt;
&lt;br /&gt;
== Frequent Issues ==&lt;br /&gt;
&lt;br /&gt;
[[Troubleshooting Serial Link]]&lt;/div&gt;</summary>
		<author><name>Roger</name></author>
	</entry>
</feed>