summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/fd2000.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-59/+59
|
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-62/+62
|
* (MESS) fd2000: WIP. (nw) Curt Coder2012-12-131-22/+24
|
* upd765: Added DP8473 and PC8477A variants. (nw) Curt Coder2012-12-091-11/+108
| | | (MESS) fd2000: Used correct FDCs. (nw)
* fix for fd4000 device (no whatsnew) Miodrag Milanovic2012-12-081-1/+2
|
* (MESS) fd2000: Added ROM dumps. (nw) Curt Coder2012-12-071-11/+117
|
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-7/+1
| | | | | | (MESS) bw2: Fixed memory mapping. (nw) (MESS) msm6255: Refactored to use device_memory_interface. (nw) (MESS) floppy: Added macros for declaring modern floppy formats. The generic floppy formats (D88/DFI/IMD/IPF/MFI/MFM) are now automatically supported in each driver using the modern floppy code. [Curt Coder]
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-39/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+229