| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed an issue that could cause problems when loading reset_on_load devices (... |  Nathan Woods | 2017-04-30 | 1 | -7/+7 |
| * | srcclean (nw) |  Vas Crabb | 2017-04-23 | 1 | -3/+3 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 1 | -43/+22 |
| * | Fixed some regressions introduced in my recent refactoring related to softwar... |  npwoods | 2017-04-08 | 1 | -20/+17 |
| * | Refactoring in response to MT#6531 |  Nathan Woods | 2017-04-06 | 1 | -60/+63 |
| * | Rename the write-only -printer image instance type to -printout. The former o... |  AJR | 2017-03-31 | 1 | -1/+1 |
| * | Changed a few more 'const char *' ==> 'const std::string &' (#2111) |  npwoods | 2017-03-04 | 1 | -2/+2 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -0/+15 |
| * | Image instance name refactoring and bug fixing (nw) |  AJR | 2017-03-02 | 1 | -8/+14 |
| * | Self-registering devices. |  Vas Crabb | 2017-03-03 | 1 | -2/+2 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -36/+40 |
| * | Revert "Make "requirement" field in softlists actually work (MT 6464)" |  Vas Crabb | 2017-02-19 | 1 | -32/+15 |
| * | Make "requirement" field in softlists actually work (MT 6464) |  AJR | 2017-01-11 | 1 | -15/+32 |