| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow clone CHDs to use parent CHDs as parents. |  Vas Crabb | 2023-10-20 | 2 | -35/+78 |
| * | Floppy format API refinements |  AJR | 2023-10-08 | 268 | -1646/+1651 |
| * | acorn_dsk.cpp: Added Cumana DFS disk image format. |  Nigel Barnes | 2023-09-30 | 2 | -75/+136 |
| * | Merge tag 'mame0259' into HEAD |  Vas Crabb | 2023-09-29 | 2 | -3/+3 |
| |\ |
|
| | * | formats/uef_cas.cpp: Fixed regression reading floating-point values. |  Vas Crabb | 2023-09-28 | 1 | -2/+2 |
| | * | formats/hti_tape.cpp: Fixed regression detecting magic numbers. |  Vas Crabb | 2023-09-28 | 1 | -1/+1 |
| | * | multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions |  AJR | 2023-09-23 | 1 | -4/+4 |
| * | | Miscellaneous change roll-up: |  Vas Crabb | 2023-09-29 | 6 | -285/+275 |
| * | | Filesystem code refactoring (#11570) |  ajrhacker | 2023-09-27 | 22 | -512/+568 |
| * | | multibyte.h: Fix shift count bug in 48-bit and 64-bit big-endian functions |  AJR | 2023-09-23 | 1 | -4/+4 |
| |/ |
|
| * | srcclean in preparation for MAME 0.259 release branch |  Vas Crabb | 2023-09-24 | 2 | -40/+40 |
| * | simh_tape_file: remove unnecessary posix-only header |  Patrick Mackinlay | 2023-09-20 | 1 | -1/+0 |
| * | chd.cpp, chdcodec.cpp, flac.cpp: Use multibyte.h functions |  AJR | 2023-09-17 | 5 | -133/+160 |
| * | aviio.cpp: Use std::clamp |  AJR | 2023-09-17 | 1 | -3/+4 |
| * | avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... |  AJR | 2023-09-17 | 5 | -124/+71 |
| * | formats: Use multibyte.h functions in more files |  AJR | 2023-09-17 | 35 | -274/+284 |
| * | fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... |  AJR | 2023-09-17 | 5 | -12/+17 |
| * | aviio.cpp: Massive code cleanup |  AJR | 2023-09-17 | 2 | -767/+532 |
| * | fsmgr.h: Cleanup |  AJR | 2023-09-17 | 6 | -230/+79 |
| * | imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... |  AJR | 2023-09-17 | 14 | -228/+97 |
| * | nscsi: Add SCSI tape device based on SIMH tape image format (#11430) |  Miƫtek Bak | 2023-09-14 | 4 | -0/+999 |
| * | formats/td0_dsk.cpp: Don't swallow bits and bytes at the end of Huffman-encod... |  AJR | 2023-09-08 | 1 | -13/+14 |
| * | formats/td0_dsk.cpp: Do more error checking, hopefully eliminating softlocks ... |  AJR | 2023-09-05 | 1 | -4/+25 |
| * | imagedev/floppy.cpp: Add hard-sector floppy support |  Eric Anderson | 2023-09-05 | 5 | -33/+113 |
| * | c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder] |  Curt Coder | 2023-09-04 | 2 | -0/+73 |
| * | formats/td0_dsk.cpp: Recognize SSDD images for 3(.5)-inch floppy drives. Fixe... |  AJR | 2023-09-02 | 1 | -1/+1 |
| * | machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) comma... |  987123879113 | 2023-08-23 | 1 | -1/+1 |
| * | -emu/devcb.h: Removed set_log and append_log. |  Vas Crabb | 2023-08-02 | 1 | -4/+7 |
| * | xbox_nv2a: better fix for dangling pointer warning, |  hap | 2023-06-14 | 1 | -2/+2 |
| * | emu/devfind.h: Added a lookup() member function to device finders. |  Vas Crabb | 2023-06-12 | 1 | -40/+40 |
| * | Some more sprintf() deprecation warning fixes. [R. Belmont] |  arbee | 2023-06-03 | 1 | -7/+7 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -7/+7 |
| * | fix count (#11241) |  tim lindner | 2023-05-18 | 1 | -1/+1 |
| * | formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... |  fulivi | 2023-05-15 | 5 | -13/+1649 |
| * | cdrom: Bunch of fixes |  Olivier Galibert | 2023-05-05 | 1 | -0/+1 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 4 | -8/+198 |
| * | util/unzip.cpp: Update for latest LZMA SDK. |  Vas Crabb | 2023-05-04 | 1 | -2/+2 |
| * | 3rdparty/lzma: Updated to LZMA SDK version 22.01 |  Vas Crabb | 2023-05-04 | 2 | -16/+29 |
| * | roland_s50.cpp: Add floppy format |  AJR | 2023-04-13 | 3 | -0/+74 |
| * | Miscellaneous improvements: |  Vas Crabb | 2023-04-14 | 1 | -0/+9 |
| * | Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. |  Vas Crabb | 2023-04-13 | 9 | -236/+257 |
| * | Cleaned up some recent changes. |  Vas Crabb | 2023-04-12 | 2 | -2/+4 |
| * | abc80x: Detect interlaced disk images. [Curt Coder] |  Curt Coder | 2023-03-26 | 2 | -0/+16 |
| * | Remove debug printf. |  Curt Coder | 2023-03-26 | 1 | -1/+0 |
| * | abc80x: Split floppy software lists by disk drive type. [Curt Coder] |  Curt Coder | 2023-03-26 | 5 | -27/+153 |
| * | abc80x: Fix sector dump floppy image loading. [Curt Coder] |  Curt Coder | 2023-03-26 | 2 | -1/+21 |
| * | cpu/nec: Fixed build; also, srcclean |  Vas Crabb | 2023-03-26 | 2 | -4/+4 |
| * | Pacify clang, and more noexcept. |  Vas Crabb | 2023-03-26 | 2 | -20/+0 |
| * | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 8 | -1524/+498 |
| * | Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk) |  AJR | 2023-03-23 | 2 | -88/+0 |