summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Expand)AuthorAgeFilesLines
* palette: do assert() check before accessing array hap2025-08-041-38/+38
* (emu.h) resampler: don't repeat default settings at several places, remove un... hap2025-07-041-1/+1
* tilemap: add callback for custom scrolling, and add one to k052109 for its co... hap2025-07-031-2/+2
* 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
* options: fix range checker with negative values hap2025-05-191-1/+1
* Make avi able to do more than stereo Olivier Galibert2025-04-281-1/+1
* Miscellaneous minor stuff: Vas Crabb2025-03-171-2/+6
* 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
* cdrom: fixed wrong track number in error messages [Robbbert] hap2025-02-211-14/+24
* -cpu/drcbex64.cpp: Fixed handling of address map global mask. Vas Crabb2025-02-062-20/+253
* util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... Julian Sikorski2025-01-211-0/+1
* -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
* util/coretmpl.h: Added constexpr to the bitswap with explicit count. Vas Crabb2025-01-081-1/+1
* 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
* 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
* -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
* Cleanup: Vas Crabb2024-05-222-74/+86
* util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... 9871238791132024-05-122-146/+347
* emu/http.cpp, util/server_http_impl.hpp: Added override qualifiers for overri... Vas Crabb2024-04-231-4/+4
* Fixed a few class memory access warnings. Vas Crabb2024-04-141-3/+5
* util/cdrom.cpp: Zero entire output TOC structure in cdrom_file::parse_metadat... MetalSlug2024-04-091-1/+2
* util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... Vas Crabb2024-03-251-1/+1
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2024-03-222-0/+38
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-072-468/+158
* coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2024-02-262-19/+0
* Merge branch 'release0263' into HEAD Vas Crabb2024-02-261-1/+9
|\
| * util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) 9871238791132024-02-251-1/+9
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-2521-312/+516
|/
* util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791132024-02-241-13/+45
* Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... Vas Crabb2024-02-241-45/+13
* util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791132024-02-241-13/+45
* util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... balr0g2024-02-171-8/+19
* imagedev/floppy.cpp: Delete unused getter that leaked details AJR2024-02-111-1/+1
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-102-21/+19
* util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... stonedDiscord2024-02-061-5/+0
* Miscellaneous cleanups: Vas Crabb2024-02-032-6/+6
* util/cdrom.h: Fixed size of track info array. Vas Crabb2024-01-262-27/+2
* imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... Vas Crabb2024-01-261-1/+1