summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* formats/cassimg.cpp: Pass byte count to wave fill function for legacy cassett... holub2025-04-2637-93/+83
* Miscellaneous minor stuff: Vas Crabb2025-03-171-2/+6
* fsblk.cpp: Internal overhaul AJR2025-03-0214-618/+474
* Cleaned up some stuff: Vas Crabb2025-03-011-19/+13
* util/chd.cpp: Hacked around GitHub #13029 (issues creating delta CHDs). Vas Crabb2025-02-271-35/+41
* 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
* cdrom: fixed wrong track number in error messages [Robbbert] hap2025-02-211-14/+24
* Cleaned up some recent commits. Vas Crabb2025-02-071-22/+25
* -cpu/drcbex64.cpp: Fixed handling of address map global mask. Vas Crabb2025-02-062-20/+253
* 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
* util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... Julian Sikorski2025-01-211-0/+1
* Tidy up some stuff. Vas Crabb2025-01-181-13/+20
* -cpu/drcbex64.cpp: Be nicer to the return address predictor. Vas Crabb2025-01-152-8/+8
* util/mfpresolve.h: Fix build with MSVC ABI. Vas Crabb2025-01-141-3/+3
* util/mfpresolve.h: Linux wants <cstddef> for ptrdiff_t. Vas Crabb2025-01-141-1/+2
* -util/mfpresolve.cpp: Moved member function resolution code to a common locat... Vas Crabb2025-01-143-200/+352
* formats/h17disk.cpp: Add format for Heath hard-sectored formats (#13222) Mark Garlanger2025-01-123-0/+293
* util/coretmpl.h: Added constexpr to the bitswap with explicit count. Vas Crabb2025-01-081-1/+1
* general: housekeeping and msvc warning elimination Patrick Mackinlay2025-01-031-1/+1
* 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
* 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