David Given
David Given
The flux images should all be the same; the only difference is that the decoder is used to check whether the image was read correctly (floppy disks suffer from perfectly...
So, er, turns out that the sampling error could well have been fixed for a while now. You just need an extra command line parameter. ``` $ ./fluxengine read mac...
What it's done is that it's read both sides, but it's found sectors on side 1 which claim they're from side 0, which is a conflict. These are the C...
I'm still thinking about this! The good news is that I've rewritten most of the reading and writing firmware, and it's producing much better results than before. My disks are...
No worries --- I'm now on holiday and away from my hardware... It is possible I screwed things up. I don't know why it would be showing up with the...
Yeah, I, uh, got busy with other things. (I wrote a compiler! http://cowlark.com/cowgol) At my end: someone contributed some drastically bugfixed sampler code, which is giving me much cleaner Mac...
Actually, it's the log that's the really useful bit. What I see is that the sectors on side 0 have the same IDs as the sectors on side 1, but...
Whoops, I fixed this but attached the message to the wrong bug... turns out I was testing the wrong bit in the side byte, which is highly embarrassing. Current head...
Good news. The next stage is to emit disk images which emulators can understand. I'm not at all surprised the existing ones don't work --- the triangular disk image shapes...
Fantastic --- I'm glad that is working for you! Regarding raw disk formats: Mac disks are weird. There's that extra 12 bytes of metadata per sector, which has to go...