summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up some recent changes. Vas Crabb2023-04-122-2/+4
* abc80x: Detect interlaced disk images. [Curt Coder] Curt Coder2023-03-262-0/+16
* Remove debug printf. Curt Coder2023-03-261-1/+0
* abc80x: Split floppy software lists by disk drive type. [Curt Coder] Curt Coder2023-03-265-27/+153
* abc80x: Fix sector dump floppy image loading. [Curt Coder] Curt Coder2023-03-262-1/+21
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-262-4/+4
* Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk) AJR2023-03-232-88/+0
* Encode certain tracks as single density in .d88 floppy format AJR2023-03-191-1/+7
* brother/lw30.cpp: Added driver for Brother LW-30 word processor. (#10996) BartmanAbyss2023-03-202-0/+240
* pasti: Setup form and variant Olivier Galibert2023-03-161-1/+1
* vectorgraphic/vector4.cpp: Added Vector 4 driver. (#10710) Eric Anderson2023-02-273-0/+189
* msa: Correct stupid typo Olivier Galibert2023-02-221-1/+1
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-19/+20
* d88_dsk.cpp, dsk_dsk.cpp: Mitigate against rot in legacy floppy code AJR2023-02-122-12/+20
* ap_dsk35.cpp: enable 1.44Mb dc42 images [Peter Ferrie] Peter Ferrie2023-02-031-2/+2
* moof: Fix the flux tracks Olivier Galibert2023-01-301-1/+1
* Fixed a bug in the OS-9 file systems file name validation function that cause... npwoods2023-01-071-1/+1
* formats/hp300_dsk.cpp, formats/hp_lif.cpp: Added HP 300 floppy format and LIF... Sven Schnelle2022-12-255-0/+635
* mo5_flop.xml, mo6_flop.xml, pro128_flop.xml: Correct floppy image interfaces AJR2022-12-151-0/+8
* Fixed some misspelling occurrences here and there. (#10605) 0kmg2022-12-032-2/+2
* srcclean in preparation for 0.250 branch Vas Crabb2022-11-271-5/+5
* bus/msx_cart, msx1_cart.xml: Added external floppy and Kanji cartridges. (#10... wilbertpol2022-11-231-0/+8
* A few small formatting cleanups and scope reductions. Vas Crabb2022-11-182-22/+25
* Implement FM and mixed FM/MFM reading to DMK disk image format (#10514) pnp20842022-11-102-41/+152
* 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