summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* formats/fsmgr.cpp: Don't assume string iterators can be indexed (reported by ... Vas Crabb2021-08-021-4/+2
* imd_dsk.cpp: Fix segmentation fault saving FM track Jesse Marroquin2021-07-291-1/+1
* cassimg: don't construct string from nullptr (#8265). Robbbert2021-07-211-1/+1
* srcclean in preparation for release Vas Crabb2021-06-274-28/+28
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-242-8/+3
* formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) Aaron Giles2021-06-241-38/+19
* ipf: Wrap the decoding state in a sub-structure Olivier Galibert2021-06-102-112/+95
* wd177x: remove tests for head count. add track count test in check_compatibil... tim lindner2021-06-061-5/+9
* wd177x: test to make sure the floppy drive has room for all of the tracks tim lindner2021-06-051-0/+12
* enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... tim lindner2021-06-031-10/+30
* apple2: handle Bernie ][ .2MGs with the signature bytes flipped. [R. Belmont] arbee2021-05-291-0/+6
* floppy_image_format_t: Turn all the methods that can be static into static me... Olivier Galibert2021-05-272-61/+61
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-272-23/+1
* Copy/paste fix Olivier Galibert2021-05-261-1/+1
* vtech: Add floppy formats and fs Olivier Galibert2021-05-268-2/+950
* reorganize the floptool code, add some write support Olivier Galibert2021-05-248-133/+142
* srcclean for release Vas Crabb2021-05-236-14/+14
* Compile fix for Linux (#8081) Brandon Munger2021-05-191-0/+1
* jasmin: Support write Olivier Galibert2021-05-166-188/+386
* prodos: Add file and resource reading Olivier Galibert2021-05-118-16/+345
* prodos: experiements in directory tree reading. Olivier Galibert2021-05-094-45/+223
* MacOS < 10.13 has an issue with std::get, use std::get_if instead Olivier Galibert2021-05-024-13/+30
* prodos: Start of read support Olivier Galibert2021-05-024-12/+146
* fs: Add full jasmin read support Olivier Galibert2021-04-308-245/+600
* fsmgr: more compiler error fighting [R. Belmont] arbee2021-04-281-0/+1
* fsmgr: temp hack to fix Clang compile [R. Belmont] arbee2021-04-281-0/+1
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-288-30/+237
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-2814-111/+869
* kaypro: added back support for kay/dsk images. Robbbert2021-04-221-2/+2
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-194-419/+91
* wd177x_dsk.cpp: Fix a bug that caused creation to crash for some subformats AJR2021-04-141-1/+1
* trs80m2: update of hash file Robbbert2021-04-151-1/+1
* jv3: better validation; honour readonly flag Robbbert2021-04-141-62/+93
* jv3: added save support. It doesn't work due to an emulation bug in the main ... Robbbert2021-04-141-3/+75
* jv3: fixed gap sizes, some disks can boot Robbbert2021-04-131-3/+3
* jv3: fixed a data pointer bug Robbbert2021-04-131-37/+82
* mm_dsk: Add missing terminator Olivier Galibert2021-04-121-1/+2
* imd: do the number of tracks test only on 5.25, 8" and 3.5" is always 80, 3" ... Olivier Galibert2021-04-121-11/+12
* jv3: used osd_printf_error Robbbert2021-04-111-2/+2
* jv3: Added protection against oversized disks. Robbbert2021-04-111-0/+10
* ap_dsk35: Punt 1.44MB dc42 images to the PC MFM handler, which knows how to r... arbee2021-04-101-0/+8
* trs80l2: cleaned a few things from last commit. Robbbert2021-04-102-7/+1
* trs80m3: Added support for JV3 disks (not working) Robbbert2021-04-104-16/+263
* trs80: Added support for Level 1 CAS files. Robbbert2021-04-072-17/+66
* trs80: validate the cas file Robbbert2021-04-021-0/+8
* floppy: What wd177x_dsk has become should be taken out and shot Olivier Galibert2021-03-3116-38/+38
* wd,upd: filter unsupported image formats Olivier Galibert2021-03-314-9/+12
* jv1-dsk: SSDD can not do 80 tracks Olivier Galibert2021-03-311-1/+1
* imd: Don't crash when trying to put a 80-track image in a 40-track drive Olivier Galibert2021-03-311-0/+5
* d64: update following sector extraction evolution Olivier Galibert2021-03-301-6/+7