From 57aa170380d079bc8baf29e919f338aa8d5df3bd Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 3 Jun 2019 22:21:59 -0400 Subject: [PATCH] Provides better links. --- Apple-GCR-disk-encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apple-GCR-disk-encoding.md b/Apple-GCR-disk-encoding.md index 7acb67e..4aaa0ed 100644 --- a/Apple-GCR-disk-encoding.md +++ b/Apple-GCR-disk-encoding.md @@ -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.