summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysemu/http.cpp, util/server_http_impl.hpp: Added override qualifiers for overri... Vas Crabb1-4/+4
9 daysussr/uknc.cpp: Added cassette interface and qbus slots with floppy controller... shattered2-0/+69
11 days-emu/gamedrv.h: Got rid of the "clickable artwork" system flag. Vas Crabb1-1/+0
11 daysFixed a few class memory access warnings. Vas Crabb1-3/+5
13 dayslib/formats/dmk_dsk.cpp: Header byte 4 is not reserved. Fixes MT 8851. (#12232) wilbertpol1-1/+1
13 days1942: correct default lives dipswitch, hap1-3/+3
2024-04-09util/cdrom.cpp: Zero entire output TOC structure in cdrom_file::parse_metadat... MetalSlug1-1/+2
2024-03-25util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... Vas Crabb1-1/+1
2024-03-22formats/dmk_dsk.cpp: Improve checks in identify. (#12118) wilbertpol1-55/+65
2024-03-22imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol3-4/+112
2024-03-22-mr/nl_dribling.cpp: Added note about error in schematic. Vas Crabb1-1/+1
2024-03-21mr/dribling.cpp: Added netlist sound simulation for Model Racing Dribbling. (... Paperinik1-1287/+2854
2024-03-07util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... 9871238791132-468/+158
2024-02-26coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... AJR2-19/+0
2024-02-25formats/flopimg.cpp: Fix apparent logic error in write splice setting test AJR1-1/+1
2024-02-25util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) 9871238791131-1/+9
2024-02-25util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb96-1387/+1595
2024-02-24util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791131-13/+45
2024-02-24Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... Vas Crabb1-45/+13
2024-02-24util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... 9871238791131-13/+45
2024-02-21Removed some unnecessary backslash line continuations. (#12047) amameuser5-10/+10
2024-02-19formats/fs_fat.cpp: Add the 5.25" disk formats AJR1-0/+6
2024-02-18heathkit/h89.cpp: Add a software list for H88 cassettes. (#12019) Mark Garlanger1-33/+38
2024-02-18lib/netlist: Removed duplicate $(OBJ)/devices from object directories in make... amameuser1-1/+0
2024-02-17util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... balr0g1-8/+19
2024-02-15image_handler.cpp: Floppy fixes AJR1-4/+0
2024-02-15formats/acorn_dsk.cpp: Disallow identification of "ssd" format based on recor... AJR1-1/+1
2024-02-15sfrj/idpartner.cpp: hookup dma, pio and rtc Miodrag Milanovic1-3/+11
2024-02-13sfrj/idpartner.cpp - fixed floppy daisy chain Miodrag Milanovic2-0/+77
2024-02-11imagedev/floppy.cpp: Delete unused getter that leaked details AJR1-1/+1
2024-02-10formats/fs_prodos.cpp: Recognize some file types AJR1-1/+46
2024-02-10formats/fs_prodos.cpp: Feature updates AJR2-26/+34
2024-02-10formats/fs_fat.cpp: Various fixes AJR3-10/+31
2024-02-10tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2-21/+19
2024-02-09bus/qbus: Added DVK MX floppy controller. (#11840) shattered2-53/+99
2024-02-06util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... stonedDiscord1-5/+0
2024-02-03Fix compilation against musl (#12000) Elaine Gibson1-1/+1
2024-02-03Miscellaneous cleanups: Vas Crabb2-6/+6
2024-01-26util/cdrom.h: Fixed size of track info array. Vas Crabb2-27/+2
2024-01-26imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... Vas Crabb1-1/+1
2024-01-25lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks angelosa1-1/+1
2024-01-17change times to the typical of the fast type instead of the max of the worst ... stonedDiscord1-34/+34
2024-01-10Add 74147, 74148, 74151 and 74368 chips to netlist devices (#11921) stonedDiscord1-0/+247
2024-01-08jvc_dsk, os9_dsk.cpp: Add 3.5 inch disk formats, adjust scoring (#11899) tim lindner2-82/+100
2024-01-07formats/ap_dsk35.cpp, formats/lw30_dsk.cpp, shared/xbox_usb.cpp: Use multibyt... AJR2-12/+7
2024-01-06util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) Maxime Gauduin1-44/+1
2023-12-30lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol3-10/+63
2023-12-22ui: remove use of utf8.h hap1-5/+0
2023-12-22misc: remove some use of utf8.h in input defs hap1-29/+0
2023-12-17formats/flacfile.cpp: Removed unnecessary calls to decoder.reset(). (#11845) wilbertpol1-4/+0