1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00
CLK/Storage/Disk/Track
Thomas Harte 5391a699a4 Adds the ability for a PCMSegment to maintain 'fuzzy' (i.e. random) bits. Implements an LFSR for bit generation.
I'm not necessarily happy with the idea of just shoving in a [pseudo-]random number generator in rather than emulating the proper process underneath, but for now I throw my arms up.
2020-01-19 20:09:11 -05:00
..
PCMSegment.cpp Adds the ability for a PCMSegment to maintain 'fuzzy' (i.e. random) bits. Implements an LFSR for bit generation. 2020-01-19 20:09:11 -05:00
PCMSegment.hpp Adds the ability for a PCMSegment to maintain 'fuzzy' (i.e. random) bits. Implements an LFSR for bit generation. 2020-01-19 20:09:11 -05:00
PCMTrack.cpp Slightly improves syntax. 2019-07-16 18:05:58 -04:00
PCMTrack.hpp Makes an initial removal of PCMPatchedTrack. Farewell, old friend. 2018-07-01 22:49:57 -04:00
Track.hpp Enhances with constexpr. 2019-12-24 18:53:50 -05:00
TrackSerialiser.cpp Eliminates the optionality of a DPLL receiver. 2020-01-12 17:45:02 -05:00
TrackSerialiser.hpp
UnformattedTrack.cpp
UnformattedTrack.hpp