David Given
|
d25f96dd24
|
The IBM encoder now works well enough that my USB floppy drive thinks the disk
is formatted... but has trouble reading sectors above about 1000. Also remember
that encoding MFM needs to keep one bit of state at all times.
|
2020-02-14 00:06:51 +01:00 |
|
David Given
|
be41c1de76
|
You now need to explicitly specify whether flux files get merged or
overwritten, because the old behaviour was weird. Reader uses SqliteFluxSink to
write flux files, rather than raw database accesses.
|
2020-02-08 12:41:50 +01:00 |
|
David Given
|
5a2b2bc07a
|
Allow support for command lines with non-argument filenames.
|
2019-08-31 01:40:44 +02:00 |
|
David Given
|
a1c207cb8f
|
First milestone towards flags rewrite --- it builds and the tests pass, but
nothing actually works.
|
2019-07-02 23:06:40 +02:00 |
|
David Given
|
6af432f798
|
Refactor FluxEngine to use dataspecs for source and destinations. Document
them.
|
2019-01-21 00:38:03 +01:00 |
|
David Given
|
0eecb0985d
|
Brother disks are now fully decoded and stitched together into images. Hurray!
|
2018-10-27 02:15:01 +02:00 |
|
David Given
|
8244f9ec51
|
We can now decode IBM MFM disks all the way to an image, although with no CRC
checking as yet.
|
2018-10-20 19:25:20 +02:00 |
|
David Given
|
7d765abb21
|
The new client can (lazily) read disks now, although nothing's actually done
with the result.
|
2018-10-20 15:54:18 +02:00 |
|
David Given
|
7efaae2f76
|
Add the skeleton of the new client app.
|
2018-10-20 13:28:20 +02:00 |
|