Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!w8sdz@brl From: w8sdz%brl@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: Re: FDC's for truly ancient S100 machines Message-ID: <13454@sri-arpa.UUCP> Date: Tue, 8-Nov-83 08:27:56 EST Article-I.D.: sri-arpa.13454 Posted: Tue Nov 8 08:27:56 1983 Date-Received: Fri, 11-Nov-83 01:17:03 EST Lines: 19 From: Keith Petersen Stan, I use a Morrow DJ2D floppy disk controller with two 8" drives. It allows double-density double-sided (1.2 megabytes on one 8" disk!). It comes with CP/M 2.2, Microsoft Basic-80 (MBASIC 5.21), and source code for the CBIOS. If you use the memory-mapped console port on the FDC board, you can bring up CP/M immediately without having to do any CBIOS configuration. The FDC uses memory-mapped I/O and comes standard with a starting address of E000h. There is an option (I recommend it) to have F800h as the starting address. This would use up F800-FFFFh which isn't too bad. Dave Hardy has modified his DJ2D to bank switch, thus allowing it to reside outside of the main system RAM, but this requires a modification to the CBIOS software. The DJ2D uses CPU transfers instead of DMA, so it does not conflict with other boards that use DMA. Mine has been used sucessfully with both an IMSAI-8080 and a generic S-100 box that has a Cromemco ZPU (Z80 CPU) card. I do NOT use dynamic memory because I've had problems with it when using the Z80. --Keith