↓ 23 callersMethodidAddidAdd writes a sector ID field: sync, A1 mark, FE mark, CHRN, CRC, then GAP II. crcError corrupts the CRC bytes so the FDC's CRC check fails — used to
pkg/plus3fdc/track.go:255
↓ 22 callersMethoddataAdddataAdd writes a sector data field: sync, A1 prefix, FB/F8 mark, data bytes, CRC, then GAP III. crcError corrupts the data CRC. Returns the position o
pkg/plus3fdc/track.go:298