1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00
CLK/Storage/Disk
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
..
Controller
DiskImage Corrects spelling mistake. 2020-01-19 20:05:52 -05:00
DPLL
Encodings Adds the ability to substitute a target during encoding. 2020-01-19 12:11:56 -05:00
Parsers
Track 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
Disk.hpp
Drive.cpp
Drive.hpp