[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Write Signal on Disk II Question
- Subject: Re: Write Signal on Disk II Question
- From: "Bryan Parkoff" <nospam@nospam.com>
- Date: Sun, 11 Nov 2007 19:21:41 -0600
- Newsgroups: comp.sys.apple2
- Organization: Road Runner High Speed Online http://www.rr.com
- References: <473500c1$0$32532$4c368faf@roadrunner.com> <5RhZi.60$Vp3.32@trnddc05> <4735d085$0$8807$4c368faf@roadrunner.com> <rjnZi.1348$VB6.450@trnddc06> <47364055$0$32548$4c368faf@roadrunner.com> <DvuZi.1791$jH2.405@trnddc01> <47368074$0$20642$4c368faf@roadrunner.com> <1194817188.506052.311720@19g2000hsx.googlegroups.com> <47377c81$0$28809$4c368faf@roadrunner.com> <1194823158.849904.14620@v2g2000hsf.googlegroups.com>
- Xref: g2news1.google.com comp.sys.apple2:30412
> I don't try to build it, I just suggested it.
> And yes, the x86 machine IS much too fast. But if I let it do some
> nonsense calculations, one can slow it down to any speed wanted. So it
> is possible(IMO) to do a much better timing than the original apple ]
> [ with its fixed clock.
> PS: the data to the disk drive is clocked at 250kHz, not 2 MHz.
If you build USB device and install 14MHz osc chip on it, you can send
commands through USB cable to control USB device while disk is spinning.
The USB device can be done itself without any help from 6502 or x86. All
bytes can be loaded into RAM buffer and is transferred to PC through USB
cable. By the way, it runs at 2 MHz because bit stream is in the process
through logic state sequencer ROM. I agree with you that 250K bytes are
loaded into memory each second.
Bryan Parkoff