summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/cdrom.cpp: Change fprintf(stderr, ...) calls to osd_printf_error AJR2024-11-081-3/+3
* -util/cdrom.cpp: Fixed issues with CUE, TOC and GDI parsers. (#12948) 9871238791132024-11-091-429/+506
* machine/t10mmc.cpp: Added stub CD-TEXT TOC read; util/cdrom.cpp: Handle contr... 9871238791132024-11-091-1/+37
* 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
* util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... Vas Crabb2024-10-144-51/+135
* util/chd.cpp: Made a few more member functions return error conditions. Vas Crabb2024-10-132-482/+493
* chd.cpp: More API changes AJR2024-10-113-99/+121
* util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... Vas Crabb2024-10-114-41/+64
* 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
* Floppy fixes and refinements AJR2024-09-121-0/+12
* floppy.cpp: Use standard drives for hard-sectored systems (#12727) Mark Garlanger2024-09-082-1/+38
* d88_dsk.cpp: Be more permissive about allowing double-sided images in single-... AJR2024-09-071-4/+16
* Floppy hard-sector support. Mix of Eric Anderson's and Mark Eric Anderson2024-09-015-33/+113
* Miscellaneous fixes: Vas Crabb2024-07-251-24/+24
* Use canonical URIs for archive.org resources in comments Justin Kerk2024-07-161-3/+3
* Cleaned up various stuff. Vas Crabb2024-06-301-3/+3
* floptool: fix HP 9121 format #4 (#12511) Sven Schnelle2024-06-262-3/+3
* -machine/atastorage.cpp: Log disk geometry at verbose level (rather than debu... Vas Crabb2024-06-221-2/+3
* -util/corefile.cpp: Fixed core_file failing to propagate write errors. Vas Crabb2024-06-212-2/+3
* util/ioprocs.cpp: Count zero actual bytes written on a write call as an error... arbee2024-06-041-1/+1
* lib/formats/fs_coco_rsdos.cpp: Add basic write support. (#12411) wilbertpol2024-06-011-20/+279
* srcclean and cleanup Vas Crabb2024-05-261-7/+7
* Cleanup: Vas Crabb2024-05-223-99/+121
* -brankp_cart.xml, ekara_cart.xml, hikara.xml: Fixed up metadata. Vas Crabb2024-05-211-11/+15
* lib/formats/fs_cbmdos.cpp: Add partial write support. (#12389) wilbertpol2024-05-201-24/+363
* lib/formats/fs_cbmdos.cpp: Fix display of all directory entries. (#12370) wilbertpol2024-05-131-3/+5
* lib/formats/fs_fat.cpp: Add write support. (#12363) wilbertpol2024-05-121-37/+520
* util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... 9871238791132024-05-122-146/+347
* x1: add fdd motor timeout and support odd d88 images cracyc2024-05-061-1/+1