summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-213-0/+78
* phc25: Invert cassette polarity. (#13755) Olivier Valentin2025-05-301-2/+2
* hxchfe: Do not exit for an unknown encoding, just inform. Michael Zapf2025-05-161-1/+2
* hxchfe_dsk: fix build Patrick Mackinlay2025-05-131-2/+2
* hxchfe: Reimplemented HxC floppy emulator HFE format. Michael Zapf2025-05-122-217/+707
* formats/tap: added warnings about wrong checksum and size of the image (#13641) holub2025-04-301-1/+4
* formats/cassimg.cpp: Pass byte count to wave fill function for legacy cassett... holub2025-04-2637-93/+83
* fsblk.cpp: Internal overhaul AJR2025-03-0214-618/+474
* srcclean and cleanup. Vas Crabb2025-02-232-3/+3
* formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca... ajrhacker2025-02-2212-427/+476
* Cleaned up some recent commits. Vas Crabb2025-02-071-22/+25
* formats/h8_cas.cpp: Update H8T to newer cassette handling (#13250) Mark Garlanger2025-02-022-111/+52
* formats/tzx_cas.cpp: Fixed regression in TAP format; Added checksum validatio... holub2025-02-021-12/+38
* Fix up some stuff: Vas Crabb2025-01-311-11/+28
* formats/cassimg.cpp: prevent regression in cass images (#13292) holub2025-01-282-3/+15
* misc: correct "lenght" typo hap2025-01-282-4/+4
* formats/oric_tap.cpp, formats/uef_cas.cpp: Fixed build after #13289, tidied c... holub2025-01-282-101/+95
* lib/formats: Fix build after cdb94c2be58ccbc427871890017e2213ee634079 AJR2025-01-274-4/+5
* formats/tzx_cas.cpp: Cut data size in case header requesting more than availa... holub2025-01-2738-60/+77
* srcclean and manual cleanup Vas Crabb2025-01-261-1/+1
* Tidy up some stuff. Vas Crabb2025-01-181-13/+20
* formats/h17disk.cpp: Add format for Heath hard-sectored formats (#13222) Mark Garlanger2025-01-123-0/+293
* formats/fs_vtech.cpp: Fix off-by-one error: end address is exclusive, not inc... AJR2024-12-241-6/+6
* formats/vt_dsk.cpp: Recognize .dvz extension AJR2024-12-231-1/+1
* formats/fs_vtech.cpp: Fixes and improvements AJR2024-12-233-12/+12
* ap2_dsk.cpp: fix loading bardstl3 (#13055) Roman Donchenko2024-12-071-2/+4
* ap2_dsk.cpp/h: clean up constants (#13021) Roman Donchenko2024-12-072-105/+105
* vt_dsk: Restore the newer bitstream generator, except for the part that was a... AJR2024-11-201-15/+27
* vt_dsk: Regression fixes for loading and saving both disk formats AJR2024-11-201-26/+19
* formats/all.cpp: Fix typo that excluded VTech disk formats from floptool AJR2024-11-201-1/+1
* ussr/juku.cpp: Promoted EKTA Juku E5104 to working. (#9946) Märt Põder2024-11-182-7/+7
* ap2_dsk.cpp: add missing error handling code (#12980) Roman Donchenko2024-11-151-6/+16
* formats/thom_cas.cpp: Improve handling of MO5 .k7 format AJR2024-11-131-3/+19
* ap2_dsk.cpp: add read-only support for the D13 format (#12956) Roman Donchenko2024-11-113-0/+142
* formats/fs_fat.cpp: Guard against divide by zero errors when the bytes per se... AJR2024-11-091-0/+2
* formats/sap_dsk.cpp: A few refinements AJR2024-11-041-4/+5
* Add support for reading SAP (Systeme d'Archivage Pukall) disk images to Thoms... AJR2024-11-033-0/+205
* thom_dsk.cpp: Note AJR2024-10-311-0/+2
* formats/ap2_dsk.cpp: don't crash when loading a NIB file with an all-zero tra... Roman Donchenko2024-10-311-3/+3
* Cleaned up miscellaneous stuff. Vas Crabb2024-10-312-25/+31
* Thomson floppy disk updates AJR2024-10-272-0/+15
* srcclean and cleanup Vas Crabb2024-10-271-1/+1
* 86f_dsk: different workaround for (unused) BIG_ENDIAN enum hap2024-10-221-4/+1
* pc98_dsk: handle 256bps images cracyc2024-10-211-0/+4
* nfd_dsk: fm should be cell_count / 2 cracyc2024-10-171-1/+1
* 86f_dsk.h: Fix build error with certain libraries AJR2024-10-151-0/+3
* 86f_dsk: add read 86f image support cracyc2024-10-152-0/+303
* srcclean in preparation for 0.270 release branch. Vas Crabb2024-09-221-1/+1
* formats/d88_dsk.cpp: relax track_count check to a warning angelosa2024-09-201-4/+2
* formats/mfi_dsk.cpp: Update file specs for how hard-sectored support was adde... Mark Garlanger2024-09-141-3/+7