summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... Vas Crabb2024-03-251-1/+1
* formats/dmk_dsk.cpp: Improve checks in identify. (#12118) wilbertpol2024-03-221-55/+65
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2024-03-223-4/+112
* -mr/nl_dribling.cpp: Added note about error in schematic. Vas Crabb2024-03-221-1/+1
* mr/dribling.cpp: Added netlist sound simulation for Model Racing Dribbling. (... Paperinik2024-03-211-1287/+2854
* util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132024-03-072-468/+158
* coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2024-02-262-19/+0
* formats/flopimg.cpp: Fix apparent logic error in write splice setting test AJR2024-02-251-1/+1
* Merge branch 'release0263' into HEAD Vas Crabb2024-02-261-1/+9
|\
| * util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) 9871238791132024-02-251-1/+9
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-2596-1387/+1595
|/
* util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791132024-02-241-13/+45
* Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... Vas Crabb2024-02-241-45/+13
* util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791132024-02-241-13/+45
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-215-10/+10
* formats/fs_fat.cpp: Add the 5.25" disk formats AJR2024-02-191-0/+6
* heathkit/h89.cpp: Add a software list for H88 cassettes. (#12019) Mark Garlanger2024-02-181-33/+38
* lib/netlist: Removed duplicate $(OBJ)/devices from object directories in make... amameuser2024-02-181-1/+0
* util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... balr0g2024-02-171-8/+19
* image_handler.cpp: Floppy fixes AJR2024-02-151-4/+0
* formats/acorn_dsk.cpp: Disallow identification of "ssd" format based on recor... AJR2024-02-151-1/+1
* sfrj/idpartner.cpp: hookup dma, pio and rtc Miodrag Milanovic2024-02-151-3/+11
* sfrj/idpartner.cpp - fixed floppy daisy chain Miodrag Milanovic2024-02-132-0/+77
* imagedev/floppy.cpp: Delete unused getter that leaked details AJR2024-02-111-1/+1
* formats/fs_prodos.cpp: Recognize some file types AJR2024-02-101-1/+46
* formats/fs_prodos.cpp: Feature updates AJR2024-02-102-26/+34
* formats/fs_fat.cpp: Various fixes AJR2024-02-103-10/+31
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-102-21/+19
* bus/qbus: Added DVK MX floppy controller. (#11840) shattered2024-02-092-53/+99
* util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... stonedDiscord2024-02-061-5/+0
* Fix compilation against musl (#12000) Elaine Gibson2024-02-031-1/+1
* Miscellaneous cleanups: Vas Crabb2024-02-032-6/+6
* 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