Subject: Re: Can anyone help me with Apple CP/M Path: lobby!newstf02.news.aol.com!portc01.blue.aol.com!news.maxwell.syr.edu!newsfeed.direct.ca!look.ca!router1.news.adelphia.net!news.hyperioncom.net!news1.news.adelphia.net.POSTED!not-for-mail From: shirsch@adelphia.net (Steven N. Hirsch) Newsgroups: comp.sys.apple2 References: <394BC2CC.67D6764@pacific.net.au> <394E10EB.A0D0402C@pacific.net.au> <8in4h1$pef$1@merope.saaf.se> <394F534B.745F0142@pacific.net.au> <8iodkf$9qq$1@merope.saaf.se> <394FEF16.E7D0D8E6@pacific.net.au> Message-ID: User-Agent: slrn/0.9.5.7 (UNIX) Lines: 48 Date: Mon, 03 Jul 2000 14:38:39 GMT NNTP-Posting-Host: 24.50.56.216 X-Complaints-To: abuse@adelphia.net X-Trace: news1.news.adelphia.net 962635119 24.50.56.216 (Mon, 03 Jul 2000 10:38:39 EDT) NNTP-Posting-Date: Mon, 03 Jul 2000 10:38:39 EDT On Tue, 20 Jun 2000 22:24:22 +0000, Matt Jenkins wrote: >That's an interesting one. Does the boot drive have to become logical >drive A: in CP/M ? It'd really complicate issues if this happened. Not necessarily. You just need to ensure that the BDOS logs to whatever logical drive the BIOS maps as A:. The AppliCard could boot from a floppy, then log to a hard disk partition. >Yeah I'm set on using the standard Unidisk setup. In a previous life, I wrote a Unidisk CP/M driver for the Applied Engineering Z80+ Card (Microsoft Softcard clone). As a matter of fact, I wrote the entire Z80 and 6502 BIOS and all drivers and utilities. Since the company is long gone, perhaps I'll unearth this stuff and make it available. >I wonder how amenable the Applicard would be to a crystal swap, faster >RAM and a beefy Z80H ? It'd be interesting to see how far it could be >pushed. Been there. Done that. The biggest obstacle is getting DIP DRAM fast enough to keep up with an 8Mhz. CPU. IIRC, you need 100nsec. or faster. This was not easy to come by in the late '80s. There was also a hardware mod to avoid some gate propagation delays. Man, this is going back some - sorry I can't remember the details. I had an Applicard overclocked to 11Mhz. with a selected Z80H and memory. >I've got a Transwarp in me //e too, so maybe the I/O would be improved >a bit by that, presuming the 6502 side software doesn't have timing >issues. This helps immensely with an Applicard. Won't work at all with the traditional Softcard. >Ah, probably just shunted their BIOS into the 2nd bank so than the BDOS >could load higher. I guess in that sense it's not really a 60k system, >just a neater version of the 56k system, since the linear memory >available >to the Z80 doesn't really change. Yup. I used both memory banks in the AE Bios and some of the tricks for switching and data-access were a bit tricky. Feel free to bug me in private E-Mail if you feel the code for this would help. Steve