mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Update comment about the generation of the desync sequence.
This commit is contained in:
@@ -19,9 +19,18 @@
|
||||
* Each pattern is prefixed with this one:
|
||||
*
|
||||
* data: - - - X - - X - = 12
|
||||
* flux: 10 10 10 01 00 10 01 00 = a924
|
||||
* magic: 10 00 10 01 00 10 01 00 = 8924
|
||||
* flux: (10) 10 10 10 01 00 10 01 00 = a924
|
||||
* magic: (10) 10 00 10 01 00 10 01 00 = 8924
|
||||
* ^
|
||||
*
|
||||
* This seems to be generated by emitting A4 in MFM and then a single 0 bit to
|
||||
* shift it out of phase, so the data bits become clock bits and vice versa.
|
||||
*
|
||||
* X - X - - X - - = A4
|
||||
* 0100010010010010 = MFM encoded
|
||||
* 1000100100100100 = with trailing zero
|
||||
* - - - X - - X - = effective bitstream
|
||||
*
|
||||
*/
|
||||
|
||||
static const uint64_t SECTOR_ID = 0x8924555549111444;
|
||||
|
||||
Reference in New Issue
Block a user