summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* nscsi: Add SCSI tape device based on SIMH tape image format (#11430) Miƫtek Bak2023-09-144-0/+999
* formats/td0_dsk.cpp: Don't swallow bits and bytes at the end of Huffman-encod... AJR2023-09-081-13/+14
* formats/td0_dsk.cpp: Do more error checking, hopefully eliminating softlocks ... AJR2023-09-051-4/+25
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-055-33/+113
* c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder] Curt Coder2023-09-042-0/+73
* formats/td0_dsk.cpp: Recognize SSDD images for 3(.5)-inch floppy drives. Fixe... AJR2023-09-021-1/+1
* machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) comma... 9871238791132023-08-231-1/+1
* -emu/devcb.h: Removed set_log and append_log. Vas Crabb2023-08-021-4/+7
* xbox_nv2a: better fix for dangling pointer warning, hap2023-06-141-2/+2
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-40/+40
* Some more sprintf() deprecation warning fixes. [R. Belmont] arbee2023-06-031-7/+7
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-7/+7
* fix count (#11241) tim lindner2023-05-181-1/+1
* formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... fulivi2023-05-155-13/+1649
* cdrom: Bunch of fixes Olivier Galibert2023-05-051-0/+1
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-044-8/+198
* util/unzip.cpp: Update for latest LZMA SDK. Vas Crabb2023-05-041-2/+2
* 3rdparty/lzma: Updated to LZMA SDK version 22.01 Vas Crabb2023-05-042-16/+29
* roland_s50.cpp: Add floppy format AJR2023-04-133-0/+74
* Miscellaneous improvements: Vas Crabb2023-04-141-0/+9
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-139-236/+257
* Cleaned up some recent changes. Vas Crabb2023-04-122-2/+4
* abc80x: Detect interlaced disk images. [Curt Coder] Curt Coder2023-03-262-0/+16
* Remove debug printf. Curt Coder2023-03-261-1/+0
* abc80x: Split floppy software lists by disk drive type. [Curt Coder] Curt Coder2023-03-265-27/+153
* abc80x: Fix sector dump floppy image loading. [Curt Coder] Curt Coder2023-03-262-1/+21
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-262-4/+4
* Pacify clang, and more noexcept. Vas Crabb2023-03-262-20/+0
* Various optimisations to code generaton. Vas Crabb2023-03-268-1524/+498
* Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk) AJR2023-03-232-88/+0