Re: Write Signal on Disk II Question
- From: ferdimh@xxxxxx
- Date: Wed, 14 Nov 2007 01:10:11 -0800
I have done a lot of timing-critical stuff over the parallel port. It
works very well, if you
- run a single-task operating system (Plain DOS)
- make use of the CLI instruction while doing critical timing
- access the parallel port in every timing loop (this keeps the ISA-
bus loaded all the time and gives quite accurate delays)
- make all timing-critical code and data fit inside the L1-cache.
The timing I yielded with it was VERY stable, so I don't see the
problem here. I think the problem is not to miss any pulse and to find
out when to stop.
I would like to read a whole track and decode it then, but how do I
find out when the track is finished...?
I want to keep the logic in the timing-critical part as simple as
possible. Maybe it's best read for at least 2 revolutions and to hopt
that the sectors are somewhere in the track.
I will think of it...
.
- Follow-Ups:
- Re: Write Signal on Disk II Question
- From: Michael J. Mahon
- Re: Write Signal on Disk II Question
- References:
- Write Signal on Disk II Question
- From: Bryan Parkoff
- Re: Write Signal on Disk II Question
- From: Mike Willegal
- Re: Write Signal on Disk II Question
- From: Bryan Parkoff
- Re: Write Signal on Disk II Question
- From: Mike Willegal
- Re: Write Signal on Disk II Question
- From: Bryan Parkoff
- Re: Write Signal on Disk II Question
- From: Mike Willegal
- Re: Write Signal on Disk II Question
- From: Bryan Parkoff
- Re: Write Signal on Disk II Question
- From: ferdimh
- Re: Write Signal on Disk II Question
- From: Linards Ticmanis
- Re: Write Signal on Disk II Question
- From: ferdimh
- Re: Write Signal on Disk II Question
- From: Michael J. Mahon
- Re: Write Signal on Disk II Question
- From: ferdimh
- Re: Write Signal on Disk II Question
- From: Michael J. Mahon
- Re: Write Signal on Disk II Question
- From: Bryan Parkoff
- Re: Write Signal on Disk II Question
- From: Michael J. Mahon
- Write Signal on Disk II Question
- Prev by Date: Re: Apple IIc + Playstation LCD = Success! (Pictures)
- Next by Date: Re: Salute to "The Lamp"
- Previous by thread: Re: Write Signal on Disk II Question
- Next by thread: Re: Write Signal on Disk II Question
- Index(es):
Relevant Pages
|