summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/a5105_dsk.c
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up emu.h usage in src/lib/formats (nw) Oliver Stöneberg2015-03-201-1/+2
|
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-33/+2
| | | | | BSD licenses to tags since when he copied & pasted them he forgot to remove one instance of my name, which I caught while searching. ;-)
* Added FM encoding support to upd765_dsk. [Curt Coder] Curt Coder2013-01-081-1/+1
| | | (MESS) bw2: Fixed floppy loading. [Curt Coder]
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* placeholders Olivier Galibert2012-10-101-0/+0