David Given
|
3256b4f627
|
Eliminate the IBM trackdata sector layout stuff in favour of the layout{}
clause.
|
2022-08-27 23:23:28 +02:00 |
|
David Given
|
adff739a5d
|
Partial conversion to do automatic scaling of flux based on the disk rotation
speed. Although, something seems to have broken for 5.25" disks.
|
2022-03-27 23:50:32 +02:00 |
|
David Given
|
29f181f9bf
|
Change the readers to correctly set the physical track for each sector using
the mapper (where appropriate).
|
2022-03-25 20:50:57 +01:00 |
|
David Given
|
86c5cccb08
|
Rename cylinder to track throughout (mostly).
|
2022-03-25 20:16:12 +01:00 |
|
David Given
|
23b9e9ef5f
|
The image readers now log to the logger.
|
2022-02-27 00:20:20 +01:00 |
|
David Given
|
2439736cb4
|
When autoconfiguring, set up the decoder to allow disk verification.
|
2022-01-26 23:53:44 +01:00 |
|
David Given
|
8fb2ad1986
|
Automatically set the number of heads and cylinders where appropriate.
|
2022-01-26 23:53:16 +01:00 |
|
David Given
|
c4e29e74b2
|
Support HCS as well as CHS format in the image reader/writer.
|
2022-01-10 23:49:25 +01:00 |
|
Thomas Daede
|
7822325866
|
Automatically configure format for DIM when no format is specified.
|
2021-12-03 13:34:35 -08:00 |
|
dg
|
f97c42017f
|
Instead of preloading the image, just explicitly load it in fe-write and change
the writeDiskCommand interface to take an Image rather than an ImageReader.
|
2021-12-01 19:58:24 +00:00 |
|
dg
|
bcf6f48d46
|
In fe-read, load the image before constructing the encoder, decoder etc so as
to allow the image reader to modify the config if necessary.
|
2021-12-01 17:55:05 +00:00 |
|
Thomas Daede
|
1d50e45777
|
Fix reported size of DIM and FDI images.
The computation for size accidentally included header size.
|
2021-12-01 06:32:18 -08:00 |
|
Thomas Daede
|
676845aaf3
|
Add DIM format reader.
This format is common for Japanese PC floppy images.
|
2021-12-01 00:07:02 -08:00 |
|