summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Various fixes: Vas Crabb2025-06-251-1/+1
* dipalette: add shadow config to savestates, and might as well rename hilight ... hap2025-06-241-1/+1
* 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
* options: fix range checker with negative values hap2025-05-191-1/+1
* 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
* Make avi able to do more than stereo Olivier Galibert2025-04-281-1/+1
* 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