Hi this is something I already noticed and sent by email to IFW some times ago (in 2016 :) ) Here's what I sent him The problem is that it's defined as : typedef struct { uint8_t sign; // c2eOOB uint8_t type; // type of OOB following the header uint16_t size; // size of following data } __attribute_...
Nicolas, not sure if you already agreed it with IFW but one possibility is upload them to softpres FTP. For example KRYOFLUX_TESTDUMPS folder should be fine. Let me know if you do need FTP details. Hi we didn't agree on anything specific so far, but I can upload those files to the FTP. Could you te...
Yes, there is, although first I'd like to release a new DTC version, soon. Can you get hold of a stream dump of this program please? Good news :) I already collected the CTR and RAW dumps made with KF that were posted on atari-forum.com. (the whole discussion is here http://atari-forum.com/viewtopi...
Hello some people posted a dump of 'Audio Sculpture' for Atari ST, which appears to not work under emulation when using the CTRAW dump (but it works with the Atari's specific STX dump). The protection uses some rare "data under index", so I wondered if the stream dump would work better (I ...
Hi in atari-forum.com, another KF user had a similar problem : no more floppy drive in his laptop, and needed to write a MSA/ST disk image for his ST. He eventually succeeded to write the ST file using actual KF tools, but I'm sure there would be a use for more high level tools to simply dump/write ...
Hi, regarding your first answer, I was not implying to write sector data "on the fly" at the track level, which would be very time sensitive. When I said a command to "read/write sector", it was more like a higher access API call that would internally read the track, decode it to...