> There is a table that one stores the step rate
> for the drive. You need to alter the value for
> slower drives, like your 8 inch.
OIC.
Are there any drives that don't require such a modification of the stepper
table? I'm not sure what drives I'm using. They're mounted in an
enclosure and I'm too lazy to dismount them to check.
Let me play Mr. Spock for a minute:
There is a step-rate mismatch. You can change the step rate value
in software, or you can change to a drive that is compatible with
the current step rate value.
You do not want to change the step rate value, yet you do not want
to open the enclosure, but indicate a desire to change to a
different brand of floppy disk drive.
That, sir, is illogical.
PS: Step rate is in the datasheet for the drive and determined by
the manufacturer. Persci's were rilly fast, 2-3mS I think, but
those are not ordinary interfaces. One of the later, cheaper,
all-plastic drives were faster than the sluggish, expensive but
reliable Shugarts. That's the forest you're wandering around in.
It'll be vastly easier to poke a new value in.
WAIT!!! Get a vintage IBM PC tech ref. Look in the listings,
around the start of the INT 13h area. There's a little table in
the code that gets copied to lower RAM at boot time. WAIT!!!
There's I think a chart in the RAM MEMORY MAP area that tells you
where the 765 floppy table o'gunk was stored, 10:xxxx or 40:xxxx
or something.
WAIT!! Iff that table is still used -- which it might very well
be since it's one-time config data -- you could run DEBUG, poke a
new value into it and be done with it. You'll have to do that
every time you boot.
If it's currently 07h, or something, make it 20h, or something.
Double what's there. Good Enough (tm).