Commit Graph

6 Commits

Author SHA1 Message Date
David Given
574d383573 Remove discrete segmenters, instead rolling the logic into Decoders; prepare
for splitting decoders into soft-sector and hard-sector.
2019-03-08 23:57:46 +01:00
David Given
94fb10eb02 Behemoth change to rework everything to use Bytes rather than vectors of
uint8_t. The tests pass, but of course, nothing decodes any more.
2019-03-05 00:10:20 +01:00
David Given
b2af838ca5 There's only *three* bytes of prologue in an Apple 2 data record. Sigh. Good
reads off at least one Kryoflux dump, now.
2019-03-02 13:46:54 +01:00
David Given
414c445bbe The Apple II decoder is technically working now, but every disk I've tried is
massively corrupt. Hmm.
2019-02-28 23:09:19 +01:00
David Given
0d42eca004 Apple II segmentation works. 2019-02-27 00:37:48 +01:00
David Given
90aabf80e5 Clone the Mac decoder library for the Apple 2 one. 2019-02-27 00:23:49 +01:00