summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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