Commit c4f3c7e
gw read: Add support for --gen-tg43 to enable TG43 (pin 2) signal
This is enabled from track 60 on read to enable the drive's
postcompensation filter.
Some drives including, but not limited to, BASF 6104 have a PCF with a
better filter for reading 8-inch floppies that haven't been written
with TG43. Normally PC controllers don't assert the TG43 signal and
have trouble reading disks written without TG43 signalling.
Reference
http://www.bitsavers.org/pdf/basf/80307-048-BASF-6104-technical-manual.pdf
page 34
"Read operation Low input switches the postcompensation filter (PCF)
into the read chain when installed. It is recommended to activate the
PCF from CYL 60 to CYL 76. The LO I/- signal has no effect during read
operation on a drive without PCF. "1 parent 11b57c8 commit c4f3c7e
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
239 | 244 | | |
240 | 245 | | |
241 | 246 | | |
242 | | - | |
| 247 | + | |
| 248 | + | |
243 | 249 | | |
| 250 | + | |
| 251 | + | |
244 | 252 | | |
245 | 253 | | |
246 | 254 | | |
| |||
280 | 288 | | |
281 | 289 | | |
282 | 290 | | |
283 | | - | |
| 291 | + | |
284 | 292 | | |
| 293 | + | |
285 | 294 | | |
286 | 295 | | |
287 | 296 | | |
288 | 297 | | |
289 | 298 | | |
290 | | - | |
| 299 | + | |
291 | 300 | | |
292 | 301 | | |
293 | 302 | | |
| |||
0 commit comments