1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-01 14:29:51 +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 Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
Data Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
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 Eliminates static where constexpra aren't class members; adds some if constexprs for clarity. 2019-12-22 13:42:24 -05:00
Tape Eliminates the optionality of a DPLL receiver. 2020-01-12 17:45:02 -05:00
FileHolder.cpp Removes many stray spaces. 2018-11-23 22:32:32 -05:00
FileHolder.hpp Makes an effort to locate address and data bodies within track. 2020-01-09 23:28:07 -05:00
Storage.hpp Ensures relative_exponents less than or equal to -32 don't overflow. 2019-07-26 22:19:40 -04:00
TargetPlatforms.hpp Adds a route through the static analyser to the Atari ST. 2019-10-20 20:38:54 -04:00
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