| Commit message (Expand) | Author | Age | Files | Lines |
| * | util/zippath.cpp: Adjusted error handling. |  Vas Crabb | 2 days | 1 | -3/+3 |
| * | frontend/mameopts.cpp: Fall back to settings from INI files later in the sear... |  Vas Crabb | 12 days | 1 | -2/+33 |
| * | ui: Improved media control experience, cleaned up a lot of bad code. |  Vas Crabb | 13 days | 1 | -14/+15 |
| * | frontend/mame/clifront.cpp: Honour -noreadconfig for command line verbs. |  Vas Crabb | 2026-05-05 | 2 | -4/+6 |
| * | cinematronics/leland.cpp: Better default trackball sensitivity. |  Vas Crabb | 2026-05-05 | 1 | -6/+3 |
| * | util/delegate.h: Got rid of MAME_DELEGATE_DIFFERENT_MEMBER_ABI hack. |  Vas Crabb | 2026-04-03 | 1 | -15/+3 |
| * | Eliminated many temporary std::string objects. |  Vas Crabb | 2026-04-03 | 3 | -69/+96 |
| * | Switched language standard to C++20, bumped compiler requirement to GCC 11. (... |  Vas Crabb | 2026-04-02 | 2 | -54/+101 |
| * | Fixed things C++20 doesn't allow: |  Vas Crabb | 2026-03-29 | 1 | -4/+4 |
| * | -cpu/e132xs: Log analysed instructions in UML log when using recompiler. |  Vas Crabb | 2026-03-05 | 2 | -15/+13 |
| * | emu/romentry.h: constexpr at namespace scope implies static for variables and... |  Vas Crabb | 2026-02-04 | 1 | -12/+12 |
| * | bus/nscsi/tape.cpp, util/ioprocs.cpp: Fixed last remaining tautological compa... |  Vas Crabb | 2026-01-26 | 1 | -1/+10 |
| * | LUA: Ensuring that `entry:default_value()` returns the correct type (#14825) |  npwoods | 2026-01-19 | 2 | -0/+35 |
| * | -util/options.cpp: Shuffled numeric option conversions: |  Vas Crabb | 2026-01-13 | 2 | -23/+64 |
| * | frontend/mame/luaengine.cpp: Better handling of options: |  Vas Crabb | 2026-01-13 | 1 | -2/+2 |
| * | emu/save.cpp, util/png.cpp, various disk and cassette formats: Use multibyte.... |  AJR | 2025-12-13 | 1 | -52/+43 |
| * | util/zippath.cpp: Handle "." directory and going up to or up from it. This im... |  AJR | 2025-11-13 | 1 | -8/+22 |
| * | pgm3.cpp - bootstrap first decrypted block from internal Flash [Peter Wilhelm... |  mamehaze | 2025-10-03 | 2 | -0/+36 |
| * | 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 |