summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/d88_dsk.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-2/+2
|
* more emu.h cleanups in src/lib/formats (nw) Oliver Stöneberg2015-03-201-1/+0
|
* cleaned up emu.h usage in src/lib/formats (nw) Oliver Stöneberg2015-03-201-1/+2
|
* Move some includes around to fix compile errors on OSX; if this breaks any ↵ Wilbert Pol2014-12-291-0/+1
| | | | other environments then feel free to revert this. (nw)
* d88_dsk: Support some incorrect images [O. Galibert] Olivier Galibert2014-10-311-1/+5
|
* 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. ;-)
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* I'm in your floppy format, fixing stupid bugs (nw) Olivier Galibert2012-11-201-2/+5
|
* pc floppies: Merge the common parts of d88/imd [O. Galibert] Olivier Galibert2012-11-201-71/+22
|
* (mess) d88: Reduce the gap3 size from the standard value when the data ↵ Olivier Galibert2012-10-111-7/+22
| | | | otherwise won't fit [O. Galibert]
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* floppy: Harmless intermediate commit that could help Micko (nw) Olivier Galibert2012-08-241-0/+217
|
* floppy_image to floppy_image_legacy rename (no whatsnew) Miodrag Milanovic2011-07-201-14/+14
|
* Fix issues with define of logerror (no whatsnew) Miodrag Milanovic2011-05-071-2/+2
|
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-061-0/+378