| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -20/+20 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -2/+2 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -20/+20 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | Added swpath. Allows users to specify location of loose software. |  Robbbert | 2016-10-12 | 1 | -4/+22 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 1 | -2/+2 |
| * | Merge pull request #1332 from npwoods/option_guide_and_imgtool |  Vas Crabb | 2016-09-10 | 1 | -0/+12 |
| |\ |
|
| | * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... |  Nathan Woods | 2016-09-03 | 1 | -1/+1 |
| | * | Attempting to make option_guide and option_guide::entry POD types; need to fi... |  Nathan Woods | 2016-09-02 | 1 | -1/+2 |
| | * | Moving null_option_guide to global scope to avoid thread safety issues |  Nathan Woods | 2016-09-01 | 1 | -1/+2 |