<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>The reason there are two DECtape controllers in the current PDP-8 simulator is that one is block-by-block (TC) and the other is line-by-line (TD), where "line" is 3 bits! That means there is a device driver in TD-aware PDP-8 software that has to assemble incoming data 3 bits at a time!</div><div><br></div></div></div></blockquote><div>The TD8E is dumb but not THAT dumb. It do reassemble 12 bit words for the processor to deal with. </div><div><br></div><div> <a href="http://svn.so-much-stuff.com/svn/trunk/Eagle/projects/DEC/Mxxx/M868/M868Hsch.pdf" target="_blank">http://svn.so-much-stuff.com/<wbr>svn/trunk/Eagle/projects/DEC/<wbr>Mxxx/M868/M868Hsch.pdf</a></div><div><br></div><div>There are three four bit 8271 shift registers that handles it. Both for reading and writing. </div>