Thomas Harte
|
853261364e
|
Generalised CRC generation and created specific subclasses for the CCITT CRC16 and CRC32.
|
2018-05-23 22:21:57 -04:00 |
|
Thomas Harte
|
0b771ce61a
|
Removes all instances of the copyright symbol.
|
2018-05-13 15:19:52 -04:00 |
|
Thomas Harte
|
0dece80b5d
|
Improves documentation.
|
2018-05-04 18:02:55 -04:00 |
|
Thomas Harte
|
2d7a4fe5f0
|
Switches the MFM shifter to unsigned accumulation.
Since left shifting signed numbers is undefined behaviour.
|
2017-10-17 22:12:04 -04:00 |
|
Thomas Harte
|
2a08bd9ecc
|
Factors shifting plus stateful [M]FM token recognition out of the MFMDiskController.
Given the proliferation of MFM-related classes, establishes a subdirectory for them.
|
2017-09-24 20:07:56 -04:00 |
|