David Given
|
9ea68b66f7
|
Allow viewing the raw bitstream as bytes.
|
2022-03-16 00:17:29 +01:00 |
|
David Given
|
b52fdb3155
|
Additional settings pane now works.
|
2022-02-26 19:33:20 +01:00 |
|
David Given
|
ed0f38748b
|
Add helper flags to fe-read and fe-write for setting common parameters.
|
2021-05-15 21:28:02 +02:00 |
|
David Given
|
7d75a720ca
|
Remove dependent FlagGroups, to make sure that we can't use them by mistake.
|
2021-05-15 19:00:45 +02:00 |
|
David Given
|
c3aa12db78
|
Add support for filename flags to the flags parser. Allow setting config values
from the command line.
|
2021-05-13 23:16:52 +02:00 |
|
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 |
|