summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/all.cpp
Commit message (Expand)AuthorAgeFilesLines
* apricot: Add support for plain sector format disk images Dirk Best2026-03-051-0/+7
* formats/mz_cas.cpp: Fix MZ-80B cassette loading/multi-block load hang (format... GameTorchDev2026-02-211-0/+1
* formats/all.cpp: Add 'wren' floppy format AJR2025-11-071-0/+9
* formats/ap2_dsk.cpp: remove the RWTS18 format (#14262) Roman Donchenko2025-10-041-1/+0
* formats/tzx_cas.cpp: Added block 4B support (TSX format) / Fixed bug in block... holub2025-09-041-0/+3
* formats/all.cpp: Include IPF, 86F disk formats in floptool (#13935) invertego2025-07-181-8/+5
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-211-0/+9
* formats/h17disk.cpp: Add format for Heath hard-sectored formats (#13222) Mark Garlanger2025-01-121-0/+9
* formats/all.cpp: Fix typo that excluded VTech disk formats from floptool AJR2024-11-201-1/+1
* ap2_dsk.cpp: add read-only support for the D13 format (#12956) Roman Donchenko2024-11-111-0/+1
* Add support for reading SAP (Systeme d'Archivage Pukall) disk images to Thoms... AJR2024-11-031-0/+7
* nabupc: Add nabu floppy disk formats (#11688) Brian Johnson2023-11-011-0/+9
* formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... fulivi2023-05-151-0/+9
* roland_s50.cpp: Add floppy format AJR2023-04-131-0/+9
* abc80x: Split floppy software lists by disk drive type. [Curt Coder] Curt Coder2023-03-261-0/+7
* vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710) Eric Anderson2023-02-271-0/+9
* formats/hp300_dsk.cpp, formats/hp_lif.cpp: Added HP 300 floppy format and LIF... Sven Schnelle2022-12-251-0/+14
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-151-0/+7
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-281-2/+8
* woz: Remove write support, it can't really be made reliable Olivier Galibert2022-09-011-0/+1
* formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273) Michael R. Furman2022-08-281-0/+4
* Initial FAT file system support for Floptool (#9119) npwoods2022-08-251-0/+7
* formats/cp68_dsk.cpp: Added CP/68 disk format for SWTPC 6800. (#10178) Michael R. Furman2022-08-131-0/+4
* Created a CBM DOS file system driver and added it to the 1541 implementation ... npwoods2022-06-301-0/+7
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-021-0/+9
* apple2: split the 16 sector format in dos/prodos types Olivier Galibert2022-03-301-1/+2
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-071-0/+7
* Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ... npwoods2022-01-031-0/+14
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-4/+4
* Filesystem code cleanup AJR2021-12-141-1/+0
* Copy/paste fix Olivier Galibert2021-05-261-1/+1
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-0/+15
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-0/+8
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-191-0/+8
* trs80m3: Added support for JV3 disks (not working) Robbbert2021-04-101-1/+3
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+9
* formats: Fix missed RC759 format Dirk Best2021-03-041-0/+9
* formats: Create mame_formats_full_list which gives access to all the supporte... Olivier Galibert2021-03-041-0/+1351