| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks |  angelosa | 2024-01-25 | 1 | -1/+1 |
| * | change times to the typical of the fast type instead of the max of the worst ... |  stonedDiscord | 2024-01-17 | 1 | -34/+34 |
| * | Add 74147, 74148, 74151 and 74368 chips to netlist devices (#11921) |  stonedDiscord | 2024-01-10 | 1 | -0/+247 |
| * | jvc_dsk, os9_dsk.cpp: Add 3.5 inch disk formats, adjust scoring (#11899) |  tim lindner | 2024-01-08 | 2 | -82/+100 |
| * | formats/ap_dsk35.cpp, formats/lw30_dsk.cpp, shared/xbox_usb.cpp: Use multibyt... |  AJR | 2024-01-07 | 2 | -12/+7 |
| * | 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 | 3 | -10/+63 |
| * | 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: Removed unnecessary calls to decoder.reset(). (#11845) |  wilbertpol | 2023-12-17 | 1 | -4/+0 |
| * | formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... |  wilbertpol | 2023-12-17 | 4 | -1/+106 |
| * | Added Zstandard support for zip archives and CHDs. (#11827) |  Vas Crabb | 2023-12-11 | 4 | -10/+269 |
| * | lib/formats/fs_fat.cpp: Ignore deleted directory entries. (#11830) |  wilbertpol | 2023-12-10 | 1 | -1/+4 |
| * | 3rdparty/lzma: Updated to version 23.01. |  Vas Crabb | 2023-12-06 | 1 | -3/+3 |
| * | srcclean in preparation for MAME 0.261 release. |  Vas Crabb | 2023-11-26 | 1 | -1/+1 |
| * | Cleaned up some recent changes a little. |  Vas Crabb | 2023-11-20 | 1 | -1/+1 |
| * | jvc_dsk: Only match by file size if the file is headerless. |  Nigel Barnes | 2023-11-17 | 1 | -1/+4 |
| * | nld_9316_base.hxx: Maximum count for 9310 is 9, not 10 (MT 08787) [Robbbert] |  AJR | 2023-11-16 | 1 | -1/+1 |
| * | Cleaned up some recent commits. |  Vas Crabb | 2023-11-03 | 2 | -9/+9 |
| * | imagedev/floppy.cpp: Remvoed hard-sectored floppy support. |  Vas Crabb | 2023-11-02 | 5 | -113/+33 |
| * | nabupc: Add nabu floppy disk formats (#11688) |  Brian Johnson | 2023-11-01 | 3 | -0/+291 |
| * | formats/imd_dsk: implement get_sectors_per_track() (#11672) |  Lubomir Rintel | 2023-10-29 | 1 | -2/+11 |
| * | 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 |
| * | nltool: break up resistor arrays into individual resistors (#11569) |  stonedDiscord | 2023-10-25 | 1 | -0/+11 |
| * | report line number when an exception occurs (#11564) |  stonedDiscord | 2023-10-25 | 1 | -1/+14 |
| * | 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 |
| * | Floppy format API refinements |  AJR | 2023-10-08 | 268 | -1646/+1651 |
| * | acorn_dsk.cpp: Added Cumana DFS disk image format. |  Nigel Barnes | 2023-09-30 | 2 | -75/+136 |
| * | Merge tag 'mame0259' into HEAD |  Vas Crabb | 2023-09-29 | 2 | -3/+3 |
| |\ |
|
| | * | formats/uef_cas.cpp: Fixed regression reading floating-point values. |  Vas Crabb | 2023-09-28 | 1 | -2/+2 |
| | * | formats/hti_tape.cpp: Fixed regression detecting magic numbers. |  Vas Crabb | 2023-09-28 | 1 | -1/+1 |
| | * | multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions |  AJR | 2023-09-23 | 1 | -4/+4 |
| * | | Miscellaneous change roll-up: |  Vas Crabb | 2023-09-29 | 6 | -285/+275 |
| * | | Filesystem code refactoring (#11570) |  ajrhacker | 2023-09-27 | 22 | -512/+568 |
| * | | 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 |
| * | formats: Use multibyte.h functions in more files |  AJR | 2023-09-17 | 35 | -274/+284 |
| * | fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... |  AJR | 2023-09-17 | 5 | -12/+17 |
| * | aviio.cpp: Massive code cleanup |  AJR | 2023-09-17 | 2 | -767/+532 |
| * | fsmgr.h: Cleanup |  AJR | 2023-09-17 | 6 | -230/+79 |
| * | imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... |  AJR | 2023-09-17 | 14 | -228/+97 |