| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) |  Maxime Gauduin | 2024-01-06 | 1 | -44/+1 |
| * | lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... |  wilbertpol | 2023-12-30 | 2 | -9/+62 |
| * | ui: remove use of utf8.h |  hap | 2023-12-22 | 1 | -5/+0 |
| * | misc: remove some use of utf8.h in input defs |  hap | 2023-12-22 | 1 | -29/+0 |
| * | formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... |  wilbertpol | 2023-12-17 | 1 | -0/+6 |
| * | Added Zstandard support for zip archives and CHDs. (#11827) |  Vas Crabb | 2023-12-11 | 4 | -10/+269 |
| * | 3rdparty/lzma: Updated to version 23.01. |  Vas Crabb | 2023-12-06 | 1 | -3/+3 |
| * | Revert "chd.cpp, chdcodec.cpp: Minor refactoring" |  Vas Crabb | 2023-10-27 | 4 | -133/+66 |
| * | Revert "chd.cpp: Refactoring, part 2" |  Vas Crabb | 2023-10-27 | 3 | -124/+137 |
| * | chd.cpp: Refactoring, part 2 |  AJR | 2023-10-23 | 3 | -137/+124 |
| * | chd.cpp, chdcodec.cpp: Minor refactoring |  AJR | 2023-10-22 | 4 | -66/+133 |
| * | Allow clone CHDs to use parent CHDs as parents. |  Vas Crabb | 2023-10-20 | 2 | -35/+78 |
| * | Miscellaneous change roll-up: |  Vas Crabb | 2023-09-29 | 4 | -283/+273 |
| * | multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions |  AJR | 2023-09-23 | 1 | -4/+4 |
| * | srcclean in preparation for MAME 0.259 release branch |  Vas Crabb | 2023-09-24 | 2 | -40/+40 |
| * | simh_tape_file: remove unnecessary posix-only header |  Patrick Mackinlay | 2023-09-20 | 1 | -1/+0 |
| * | chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions |  AJR | 2023-09-17 | 5 | -133/+160 |
| * | aviio.cpp: Use std::clamp |  AJR | 2023-09-17 | 1 | -3/+4 |
| * | avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... |  AJR | 2023-09-17 | 5 | -124/+71 |
| * | aviio.cpp: Massive code cleanup |  AJR | 2023-09-17 | 2 | -767/+532 |
| * | imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... |  AJR | 2023-09-17 | 1 | -32/+32 |
| * | nscsi: Add SCSI tape device based on SIMH tape image format (#11430) |  Miƫtek Bak | 2023-09-14 | 4 | -0/+999 |
| * | machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) comma... |  987123879113 | 2023-08-23 | 1 | -1/+1 |
| * | -emu/devcb.h: Removed set_log and append_log. |  Vas Crabb | 2023-08-02 | 1 | -4/+7 |
| * | emu/devfind.h: Added a lookup() member function to device finders. |  Vas Crabb | 2023-06-12 | 1 | -40/+40 |
| * | Some more sprintf() deprecation warning fixes. [R. Belmont] |  arbee | 2023-06-03 | 1 | -7/+7 |
| * | cdrom: Bunch of fixes |  Olivier Galibert | 2023-05-05 | 1 | -0/+1 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 4 | -8/+198 |
| * | util/unzip.cpp: Update for latest LZMA SDK. |  Vas Crabb | 2023-05-04 | 1 | -2/+2 |
| * | 3rdparty/lzma: Updated to LZMA SDK version 22.01 |  Vas Crabb | 2023-05-04 | 2 | -16/+29 |
| * | Miscellaneous improvements: |  Vas Crabb | 2023-04-14 | 1 | -0/+9 |
| * | Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. |  Vas Crabb | 2023-04-13 | 9 | -236/+257 |
| * | Pacify clang, and more noexcept. |  Vas Crabb | 2023-03-26 | 2 | -20/+0 |
| * | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 8 | -1524/+498 |
| * | Add vendor-specific Read TOC command for Apple SCSI CD-ROM drive |  AJR | 2023-03-09 | 1 | -4/+3 |
| * | Replaced most simple uses of sprintf with type-safe equivalents. (#10948) |  Erik | 2023-03-10 | 2 | -50/+33 |
| * | ROM label updates and new dumps: |  Vas Crabb | 2023-03-02 | 1 | -5/+46 |
| * | Various cleanups: |  Vas Crabb | 2023-02-27 | 1 | -1/+1 |
| * | xmlfile.cpp: Replace implementation of normalize_string with similar one in i... |  AJR | 2023-02-12 | 2 | -18/+14 |
| * | unzip.cpp: Minor logging improvement |  AJR | 2023-02-11 | 1 | -1/+1 |
| * | Small batch of input refactoring: |  Vas Crabb | 2023-02-05 | 1 | -0/+3 |
| * | util/options.cpp: Fixed issue when copying options that don't carry values. |  Vas Crabb | 2022-12-22 | 1 | -10/+22 |
| * | util/options.cpp: Fixed overriden default option values from OSD. |  Vas Crabb | 2022-12-19 | 1 | -1/+1 |
| * | osd/modules/file: Don't magically substitute environment variables when openi... |  npwoods | 2022-12-17 | 2 | -31/+193 |
| * | -debugger: Improved session save/restore. |  Vas Crabb | 2022-12-02 | 1 | -2/+8 |
| * | Merge branch 'release0250' into mainline-master |  Vas Crabb | 2022-11-28 | 1 | -2/+2 |
| |\ |
|
| | * | util/path.h: Fixed narrowing warning from older versions of clang. |  Vas Crabb | 2022-11-27 | 1 | -2/+2 |
| * | | harddisk.h: #include shuffling |  AJR | 2022-11-26 | 2 | -2/+8 |
| |/ |
|
| * | aviio.cpp, msdib.cpp: Use core inline functions as appropriate |  AJR | 2022-11-15 | 2 | -12/+6 |
| * | Fixed a few issues identified by Coverity: |  Vas Crabb | 2022-11-06 | 2 | -50/+10 |