02-12-2019, 10:18 AM
The nice thing about using the CF Cards is that they are quicker than the Gotek.
The 8-bit CF/IDE mode can be a bit of a nightmare.
However there are no showstopper issues with IDE/CF when operating in 16-bit mode.
A pain with using IDE/CF is that the data structure is arranged using big endian words which means a bit of byte position fiddling particularly when retrieving a device's IDENTIFY DEVICE (0xEC) parameter block.
If one has the time, it's possible to replace the FDC chip with a microcontroller and SD Card/USB stick combo for faster transfer rates by removing the lag created from the serial data bit stream between FDC and disk drive.
This'd give you convenience and speed with ease.
The 8-bit CF/IDE mode can be a bit of a nightmare.
However there are no showstopper issues with IDE/CF when operating in 16-bit mode.
A pain with using IDE/CF is that the data structure is arranged using big endian words which means a bit of byte position fiddling particularly when retrieving a device's IDENTIFY DEVICE (0xEC) parameter block.
If one has the time, it's possible to replace the FDC chip with a microcontroller and SD Card/USB stick combo for faster transfer rates by removing the lag created from the serial data bit stream between FDC and disk drive.
This'd give you convenience and speed with ease.
