1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00
CLK/Storage
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
..
Cartridge
Data
Disk 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
MassStorage
Tape Eliminates the optionality of a DPLL receiver. 2020-01-12 17:45:02 -05:00
FileHolder.cpp
FileHolder.hpp Makes an effort to locate address and data bodies within track. 2020-01-09 23:28:07 -05:00
Storage.hpp
TargetPlatforms.hpp
TimedEventLoop.cpp Adds responsibility for an ongoing index pulse to the drive. 2019-12-24 20:53:37 -05:00
TimedEventLoop.hpp Adds responsibility for an ongoing index pulse to the drive. 2019-12-24 20:53:37 -05:00