summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/mdos_dsk.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "mdos dsk: support legacy floppy images, add XDOS support" Vas Crabb2020-08-041-344/+90
| | | | | | This reverts commit 8ada258ec7f74ed37945d91467e3827e2f4fbc63. We are not accepting further legacy floppy formats.
* mdos dsk: support legacy floppy images, add XDOS support 68bit2020-07-291-90/+344
| | | | | | | | | | | | | Add legacy floppy image support which is currently required for the mc6843 FDC emulator and used by the EXORset which run XDOS a variant of MDOS. Add support for 5.25 inch XDOS floppy drive formats as used by the EXORset. Make some of the identity tests more permissive to work with observer disks. The date day and month are reversed on some disks, and the boot rib cluster is lower.
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
|
* mdos dsk: fix the cells size and gaps, make clear its Motorola MDOS 68bit2020-07-041-5/+39
|
* MDOS disk format support 68bit2020-07-031-0/+250
Motorola DOS, used on the EXORciser etc.