summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks angelosa2024-01-251-1/+1
* change times to the typical of the fast type instead of the max of the worst ... stonedDiscord2024-01-171-34/+34
* Add 74147, 74148, 74151 and 74368 chips to netlist devices (#11921) stonedDiscord2024-01-101-0/+247
* jvc_dsk, os9_dsk.cpp: Add 3.5 inch disk formats, adjust scoring (#11899) tim lindner2024-01-082-82/+100
* formats/ap_dsk35.cpp, formats/lw30_dsk.cpp, shared/xbox_usb.cpp: Use multibyt... AJR2024-01-072-12/+7
* util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) Maxime Gauduin2024-01-061-44/+1
* lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol2023-12-303-10/+63
* ui: remove use of utf8.h hap2023-12-221-5/+0
* misc: remove some use of utf8.h in input defs hap2023-12-221-29/+0
* formats/flacfile.cpp: Removed unnecessary calls to decoder.reset(). (#11845) wilbertpol2023-12-171-4/+0
* formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... wilbertpol2023-12-174-1/+106
* Added Zstandard support for zip archives and CHDs. (#11827) Vas Crabb2023-12-114-10/+269
* lib/formats/fs_fat.cpp: Ignore deleted directory entries. (#11830) wilbertpol2023-12-101-1/+4
* 3rdparty/lzma: Updated to version 23.01. Vas Crabb2023-12-061-3/+3
* srcclean in preparation for MAME 0.261 release. Vas Crabb2023-11-261-1/+1
* Cleaned up some recent changes a little. Vas Crabb2023-11-201-1/+1
* jvc_dsk: Only match by file size if the file is headerless. Nigel Barnes2023-11-171-1/+4
* nld_9316_base.hxx: Maximum count for 9310 is 9, not 10 (MT 08787) [Robbbert] AJR2023-11-161-1/+1
* Cleaned up some recent commits. Vas Crabb2023-11-032-9/+9
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-025-113/+33
* nabupc: Add nabu floppy disk formats (#11688) Brian Johnson2023-11-013-0/+291
* formats/imd_dsk: implement get_sectors_per_track() (#11672) Lubomir Rintel2023-10-291-2/+11
* Revert "chd.cpp, chdcodec.cpp: Minor refactoring" Vas Crabb2023-10-274-133/+66
* Revert "chd.cpp: Refactoring, part 2" Vas Crabb2023-10-273-124/+137
* nltool: break up resistor arrays into individual resistors (#11569) stonedDiscord2023-10-251-0/+11
* report line number when an exception occurs (#11564) stonedDiscord2023-10-251-1/+14
* chd.cpp: Refactoring, part 2 AJR2023-10-233-137/+124
* chd.cpp, chdcodec.cpp: Minor refactoring AJR2023-10-224-66/+133
* Allow clone CHDs to use parent CHDs as parents. Vas Crabb2023-10-202-35/+78
* Floppy format API refinements AJR2023-10-08268-1646/+1651
* acorn_dsk.cpp: Added Cumana DFS disk image format. Nigel Barnes2023-09-302-75/+136
* Merge tag 'mame0259' into HEAD Vas Crabb2023-09-292-3/+3
|\
| * formats/uef_cas.cpp: Fixed regression reading floating-point values. Vas Crabb2023-09-281-2/+2
| * formats/hti_tape.cpp: Fixed regression detecting magic numbers. Vas Crabb2023-09-281-1/+1
| * multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions AJR2023-09-231-4/+4
* | Miscellaneous change roll-up: Vas Crabb2023-09-296-285/+275
* | Filesystem code refactoring (#11570) ajrhacker2023-09-2722-512/+568
* | multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions AJR2023-09-231-4/+4
|/
* srcclean in preparation for MAME 0.259 release branch Vas Crabb2023-09-242-40/+40
* simh_tape_file: remove unnecessary posix-only header Patrick Mackinlay2023-09-201-1/+0
* chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions AJR2023-09-175-133/+160
* aviio.cpp: Use std::clamp AJR2023-09-171-3/+4
* avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... AJR2023-09-175-124/+71
* formats: Use multibyte.h functions in more files AJR2023-09-1735-274/+284
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-175-12/+17
* aviio.cpp: Massive code cleanup AJR2023-09-172-767/+532
* fsmgr.h: Cleanup AJR2023-09-176-230/+79
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-1714-228/+97