1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-03 00:30:39 +00:00

Provides better links.

Thomas Harte 2019-06-03 22:21:59 -04:00
parent e77b6f053d
commit 57aa170380

@ -1,4 +1,4 @@
_See https://github.com/TomHarte/dsk2woz/blob/master/dsk2woz.c for an implementation of '6 and 2' disk encoding._
_See https://github.com/TomHarte/dsk2woz/blob/master/dsk2woz.c#L366 and in particular https://github.com/TomHarte/dsk2woz/blob/master/dsk2woz.c#L308 for an implementation of '6 and 2' disk encoding._
# Physical Encoding
Apple's GCR encoding was designed in reaction to FM encoding, and uses the same data density and bit clock. However in its more efficient '6 and 2' form it uses only two-thirds as much disk surface area as FM to encode the same data. It predates and is not as efficient as MFM encoding.