| Commit message (Expand) | Author | Age | Files | Lines |
| * | image: Executive decision: disk regions used the owner name (e.g., no :image) |  Olivier Galibert | 2023-05-09 | 1 | -1/+1 |
| * | image: Fix initialisation order, fix file menu enable, refine gdrom support |  Olivier Galibert | 2023-05-08 | 1 | -2/+7 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 1 | -0/+154 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -35/+34 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -134/+55 |
| * | -emu/diimage.cpp: Fixed dumb regression in open plan (stray else). |  Vas Crabb | 2022-12-24 | 1 | -1/+1 |
| * | imagedev: Allow command-line creation for tapes/memory cards/printouts. |  Vas Crabb | 2022-12-24 | 1 | -9/+14 |
| * | diimage.cpp: Fix GCC build after e178fbd28127c526b212e5a4998058cebf530567 |  AJR | 2022-10-25 | 1 | -0/+1 |
| * | corefile.h: Move filename utilities to path.h |  AJR | 2022-09-25 | 1 | -0/+1 |
| * | Use util::streqlower in more places |  AJR | 2022-08-27 | 1 | -3/+1 |
| * | File handling cleanup |  AJR | 2022-04-19 | 1 | -31/+13 |
| * | docs: Added page describing how MAME searches for media. |  Vas Crabb | 2022-03-10 | 1 | -0/+18 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -0/+1 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -157/+23 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -7/+10 |
| * | Formats-related refactoring |  AJR | 2021-09-11 | 1 | -0/+1 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -130/+77 |
| * | -Miscellaneous improvements for software lists: |  Vas Crabb | 2021-06-23 | 1 | -3/+2 |
| * | Added some swlist warnings for Tafoid's tests. |  Robbbert | 2021-04-02 | 1 | -0/+2 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -10/+8 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -134/+41 |
| * | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 1 | -10/+4 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -2/+2 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -4/+3 |
| * | Revert "remove colon as a patch seperator" |  hap | 2020-06-19 | 1 | -1/+1 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
| * | remove colon as a patch seperator |  tim lindner | 2020-05-03 | 1 | -1/+1 |
| * | softlist_dev.cpp: start adding validation for data areas |  Vas Crabb | 2020-04-16 | 1 | -25/+1 |
| * | ROM loading cleanup: |  Vas Crabb | 2020-04-15 | 1 | -85/+62 |
| * | fixed some clang-tidy warnings (nw) (#6229) |  Oliver Stöneberg | 2020-01-29 | 1 | -1/+1 |
| * | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -6/+6 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -7/+8 |
| * | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -5/+5 |
| * | -avivideo.cpp: Added an image device to provide looping uncompressed AVI fram... |  mooglyguy | 2019-09-23 | 1 | -20/+21 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-09-20 | 1 | -3/+6 |
| * | Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont] |  arbee | 2019-08-09 | 1 | -1/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+4 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -4/+0 |
| * | Make -nonvram_save also inhibit saving of "battery" NVRAM for image devices |  AJR | 2019-02-19 | 1 | -0/+4 |
| * | Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) |  AJR | 2018-06-24 | 1 | -0/+1 |
| * | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 1 | -16/+16 |
| * | Fix issue 2468 |  Olivier Galibert | 2017-07-13 | 1 | -8/+12 |
| * | Fixed issue loading reset_on_load() images (#2414) |  Nathan Woods | 2017-06-27 | 1 | -1/+5 |
| * | Overhaul to how MAME handles options, take two (#2341) |  npwoods | 2017-06-25 | 1 | -5/+6 |
| * | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -1/+1 |
| * | Fixed issue when the hash length is zero (#2314) |  npwoods | 2017-05-28 | 1 | -61/+57 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -2/+2 |
| * | Copy longname, manufacturer, year, filetype, etc. for image info in all softl... |  AJR | 2017-05-10 | 1 | -22/+17 |
| * | Revert "Overhaul to how MAME handles options (#2260)" |  Vas Crabb | 2017-05-07 | 1 | -6/+5 |
| * | Overhaul to how MAME handles options (#2260) |  npwoods | 2017-05-05 | 1 | -5/+6 |