[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How much of a ][ is needed to twitch?



"Tristan Mumford" <xtristan.xmumford@xgmail.xcom> wrote in message 
news:45cfb024$0$52907$c30e37c6@lon-reader.news.telstra.net...
>>
>> I am assuming this is the case because the Disk ][ Controller has
>> a reset generator that causes a longer reset pulse.  If there had
>> not been an issue, this would not have been necessary.
>
> So that's why that is. It never occurred to me.
>

There *MAY* be a different explaination. Boot ROM at Cx00 is
only 256 bytes, so space is at premium. Better not to put a "soft"
delay there.

The first thing the disk code does is turns on the disk motor and moves
the head to track 0. Both actions draw a lot of power. Not good doing
it before the power supply is steady. Maybe that's why a longer reset
is needed when the disk drive is present?

-Alex.