| Commit message (Expand) | Author | Age | Files | Lines |
| * | palette: do assert() check before accessing array |  hap | 2025-08-04 | 1 | -38/+38 |
| * | (emu.h) resampler: don't repeat default settings at several places, remove un... |  hap | 2025-07-04 | 1 | -1/+1 |
| * | tilemap: add callback for custom scrolling, and add one to k052109 for its co... |  hap | 2025-07-03 | 1 | -2/+2 |
| * | Various fixes: |  Vas Crabb | 2025-06-25 | 1 | -1/+1 |
| * | dipalette: add shadow config to savestates, and might as well rename hilight ... |  hap | 2025-06-24 | 1 | -1/+1 |
| * | options: fix range checker with negative values |  hap | 2025-05-19 | 1 | -1/+1 |
| * | Make avi able to do more than stereo |  Olivier Galibert | 2025-04-28 | 1 | -1/+1 |
| * | Miscellaneous minor stuff: |  Vas Crabb | 2025-03-17 | 1 | -2/+6 |
| * | Cleaned up some stuff: |  Vas Crabb | 2025-03-01 | 1 | -19/+13 |
| * | util/chd.cpp: Hacked around GitHub #13029 (issues creating delta CHDs). |  Vas Crabb | 2025-02-27 | 1 | -35/+41 |
| * | cdrom: fixed wrong track number in error messages [Robbbert] |  hap | 2025-02-21 | 1 | -14/+24 |
| * | -cpu/drcbex64.cpp: Fixed handling of address map global mask. |  Vas Crabb | 2025-02-06 | 2 | -20/+253 |
| * | util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... |  Julian Sikorski | 2025-01-21 | 1 | -0/+1 |
| * | -cpu/drcbex64.cpp: Be nicer to the return address predictor. |  Vas Crabb | 2025-01-15 | 2 | -8/+8 |
| * | util/mfpresolve.h: Fix build with MSVC ABI. |  Vas Crabb | 2025-01-14 | 1 | -3/+3 |
| * | util/mfpresolve.h: Linux wants <cstddef> for ptrdiff_t. |  Vas Crabb | 2025-01-14 | 1 | -1/+2 |
| * | -util/mfpresolve.cpp: Moved member function resolution code to a common locat... |  Vas Crabb | 2025-01-14 | 3 | -200/+352 |
| * | util/coretmpl.h: Added constexpr to the bitswap with explicit count. |  Vas Crabb | 2025-01-08 | 1 | -1/+1 |
| * | util/cdrom.cpp: Change fprintf(stderr, ...) calls to osd_printf_error |  AJR | 2024-11-08 | 1 | -3/+3 |
| * | -util/cdrom.cpp: Fixed issues with CUE, TOC and GDI parsers. (#12948) |  987123879113 | 2024-11-09 | 1 | -429/+506 |
| * | machine/t10mmc.cpp: Added stub CD-TEXT TOC read; util/cdrom.cpp: Handle contr... |  987123879113 | 2024-11-09 | 1 | -1/+37 |
| * | util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... |  Vas Crabb | 2024-10-14 | 4 | -51/+135 |
| * | util/chd.cpp: Made a few more member functions return error conditions. |  Vas Crabb | 2024-10-13 | 2 | -482/+493 |
| * | chd.cpp: More API changes |  AJR | 2024-10-11 | 3 | -99/+121 |
| * | util/chd.cpp, util/chdcodec.cpp: Made some APIs return errors rather than thr... |  Vas Crabb | 2024-10-11 | 4 | -41/+64 |
| * | -machine/atastorage.cpp: Log disk geometry at verbose level (rather than debu... |  Vas Crabb | 2024-06-22 | 1 | -2/+3 |
| * | -util/corefile.cpp: Fixed core_file failing to propagate write errors. |  Vas Crabb | 2024-06-21 | 2 | -2/+3 |
| * | util/ioprocs.cpp: Count zero actual bytes written on a write call as an error... |  arbee | 2024-06-04 | 1 | -1/+1 |
| * | Cleanup: |  Vas Crabb | 2024-05-22 | 2 | -74/+86 |
| * | util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... |  987123879113 | 2024-05-12 | 2 | -146/+347 |
| * | emu/http.cpp, util/server_http_impl.hpp: Added override qualifiers for overri... |  Vas Crabb | 2024-04-23 | 1 | -4/+4 |
| * | Fixed a few class memory access warnings. |  Vas Crabb | 2024-04-14 | 1 | -3/+5 |
| * | util/cdrom.cpp: Zero entire output TOC structure in cdrom_file::parse_metadat... |  MetalSlug | 2024-04-09 | 1 | -1/+2 |
| * | util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... |  Vas Crabb | 2024-03-25 | 1 | -1/+1 |
| * | imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... |  wilbertpol | 2024-03-22 | 2 | -0/+38 |
| * | util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... |  987123879113 | 2024-03-07 | 2 | -468/+158 |
| * | coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... |  AJR | 2024-02-26 | 2 | -19/+0 |
| * | Merge branch 'release0263' into HEAD |  Vas Crabb | 2024-02-26 | 1 | -1/+9 |
| |\ |
|
| | * | util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) |  987123879113 | 2024-02-25 | 1 | -1/+9 |
| * | | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 21 | -312/+516 |
| |/ |
|
| * | util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... |  987123879113 | 2024-02-24 | 1 | -13/+45 |
| * | Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... |  Vas Crabb | 2024-02-24 | 1 | -45/+13 |
| * | util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... |  987123879113 | 2024-02-24 | 1 | -13/+45 |
| * | util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... |  balr0g | 2024-02-17 | 1 | -8/+19 |
| * | imagedev/floppy.cpp: Delete unused getter that leaked details |  AJR | 2024-02-11 | 1 | -1/+1 |
| * | tools/chdman.cpp: Fixed numerous issues, including: |  Vas Crabb | 2024-02-10 | 2 | -21/+19 |
| * | util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... |  stonedDiscord | 2024-02-06 | 1 | -5/+0 |
| * | Miscellaneous cleanups: |  Vas Crabb | 2024-02-03 | 2 | -6/+6 |
| * | util/cdrom.h: Fixed size of track info array. |  Vas Crabb | 2024-01-26 | 2 | -27/+2 |
| * | imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... |  Vas Crabb | 2024-01-26 | 1 | -1/+1 |