summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+2
* srcclean in preparation for release branch Vas Crabb2022-10-233-10/+10
* acorn_dsk: Allow sector counts not divisible by 10. Nigel Barnes2022-10-171-2/+2
* Added support for specifying volume attributes in 'floptool flopcreate' (#9590) npwoods2022-10-162-8/+69
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-155-50/+1179
* moof_dsk: write support Olivier Galibert2022-09-292-129/+182
* as_dsk: Complete woz writing format Olivier Galibert2022-09-294-67/+209
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-285-565/+543
* apple: remove legacy floppy format handlers. [R. Belmont] arbee2022-09-244-1628/+8
* srcclean pass in preparation for release branch Vas Crabb2022-09-253-22/+22
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-1918-56/+63
* Victor9k fix disk handling (#10315) Paul Devine2022-09-072-34/+97
* woz: fix missing breaks Olivier Galibert2022-09-011-0/+3
* moof: Some fixes [Disk Blitz] Olivier Galibert2022-09-012-9/+134
* woz: Remove write support, it can't really be made reliable Olivier Galibert2022-09-013-117/+188
* formats/fs_fat.cpp: Fixe use-after-std::move() issue in constructor. (#10296) npwoods2022-08-311-1/+1
* srcclean in preparation for release Vas Crabb2022-08-284-170/+170
* formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273) Michael R. Furman2022-08-283-0/+219
* Initial FAT file system support for Floptool (#9119) npwoods2022-08-255-1/+898
* formats: Fixed some unused local variable compiler errors. (#10251) napobear2022-08-251-0/+2
* misc: remove unused variables that may give compiler warning hap2022-08-231-2/+0
* formats/flex_dsk.cpp: Added FLEX 1.0 (MiniFLEX) Disk Format. (#10234) Michael R. Furman2022-08-172-326/+369
* formats/cp68_dsk.cpp: Added CP/68 disk format for SWTPC 6800. (#10178) Michael R. Furman2022-08-133-0/+329
* woz/flux: even more fixes after some clarifications Olivier Galibert2022-08-111-12/+8
* woz/flux: better implementation Olivier Galibert2022-08-111-7/+11
* woz: handle FLUX tracks, even when somewhat broken Olivier Galibert2022-08-101-4/+32
* mfi_dsk: fix logic error (nw) Peter Ferrie2022-08-021-1/+1
* Various minor cleanups. Vas Crabb2022-07-313-9/+13
* apple2: don't force ProDOS 2.5a8 to ProDOS sector order. (Github #7707) [R. B... arbee2022-07-281-4/+0
* Clean up whitespace with srcclean Vas Crabb2022-07-247-32/+32
* Fixing fs::cbmdos_image::enumerate_f() to properly look for single density (i... npwoods2022-07-181-1/+1
* Fixed CoCo OS-9 FS module in response to recent FS changes (#10007) npwoods2022-06-301-9/+566
* Created a CBM DOS file system driver and added it to the 1541 implementation ... npwoods2022-06-303-0/+530
* Fixed CoCo RS-DOS FS module in response to recent FS changes (#10003) npwoods2022-06-291-1/+328
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-2810-2015/+853
* Changed the constructor of fs::dir_entry to take 'std::string &&name' instead... npwoods2022-06-114-6/+6
* srcclean in preparation for release Vas Crabb2022-05-222-3/+3
* Removed superfluous semicolons from various source files. (#9796) 0kmg2022-05-221-1/+1
* acorn_dsk: Adjusted returned FFID's to indicate verified internal structure. Nigel Barnes2022-05-151-10/+15
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-023-0/+86
* Micscellaneous cleanup/fixes: Vas Crabb2022-04-302-34/+24
* Add logic to the CoCo RS-DOS FS module to catch cycles in file granule (block... npwoods2022-04-241-3/+15
* srcclean in preparation for 0.243 Vas Crabb2022-04-243-40/+40
* Cleanups for the CoCo OS-9 fs module (#9589) npwoods2022-04-212-186/+199
* Cleanups for the CoCo RS-DOS fs module (#9588) npwoods2022-04-212-114/+267
* flopimg: Fix issues when wrapping in generate_bitstream_from_track which were... Olivier Galibert2022-04-191-74/+124
* Fixed string constructor for fs::meta_value (#9580) npwoods2022-04-171-0/+1
* Added a 'type()' accessor to fs::meta_value (#9553) npwoods2022-04-142-16/+34
* Fixed some issues involving fs::meta_description construction (#9546) npwoods2022-04-126-48/+52
* Adding support for formatting CoCo OS-9 file systems (#9434) npwoods2022-04-072-8/+168