David Given

Results 548 comments of David Given

I should be able to get hold of an Atari ST for testing! Also, I think all the Atari configs are putzed. I'm pretty sure the 360kB format shouldn't be...

I'm sorry, I never had any physical disks for this machine --- I worked on the format blind from a single Catweazel image I was sent, and that wasn't a...

Making wild guesses, it's likely that the drive logic just waits for an index pulse, waits for sync, and then just spams bytes to an I/O port until it's told...

I have no idea about HxC --- sorry. FluxEngine can natively handle .nsi images so you should be able to write them directly. For your files, use the northstar350 profile....

`--decoder.ibm.required_sectors=10` tells it to expect sector 10 on every track, and no others. Try `--decoder.ibm.required_sectors=0-9`. BTW, I am moving away from a single autodetecting-everying decoder profile towards specific profiles for...

I think what's likely is that when doing the conversion, dsktrans isn't setting the sector ID bytes to the non-standard TRS-80 values. This will result in the TRS-80 from thinking...

It means to upgrade FluxEngine (which won't help as I haven't fixed this yet). Sorry, I've been behind on bug reports.

That's great --- I'll update things at my end. Re autodetecting the GreaseWeazle: thanks, that link will be really useful; I'll probably write new code using it as a reference,...

Yes, the IBM reader (`fluxengine read ibm`) will autodetect nearly everything and figure out the format. The one thing it can't know is whether the start sector ID is 0...

It should just be a matter of running `make` and everything should work --- the build script used by the continuous integration system is here: https://github.com/davidgiven/fluxengine/blob/master/.github/workflows/ccpp.yml Can you post a...