| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| | * | option_guide C++-ification, touched up imgtool |  Nathan Woods | 2016-08-27 | 1 | -0/+10 |
| * | | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images |  Vas Crabb | 2016-09-09 | 1 | -1/+3 |
| |\ \ |
|
| | * | | Changed the "extension as filetype" behavior for software list images to be o... |  Nathan Woods | 2016-08-25 | 1 | -1/+1 |
| | * | | Now setting m_filetype for images loaded from softlists |  Nathan Woods | 2016-08-22 | 1 | -1/+3 |
| * | | | Allows devices to indicate whether image creation should be supported at the ... |  Nathan Woods | 2016-09-06 | 1 | -0/+38 |
| * | | | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Minor cleanups to device_image_interface::find_software_item() |  Nathan Woods | 2016-08-20 | 1 | -4/+4 |
| * | | Standardized some names for softlist concepts |  Nathan Woods | 2016-08-20 | 1 | -15/+15 |
| |/ |
|
| * | Changing device_image_interface::determine_open_plan() to not support creatin... |  Nathan Woods | 2016-08-19 | 1 | -15/+13 |
| * | Merge pull request #1222 from npwoods/move_software_name_parsing |  Vas Crabb | 2016-08-13 | 1 | -48/+2 |
| |\ |
|
| | * | device_image_interface::software_name_split() ==> softlist.cpp:software_name_... |  Nathan Woods | 2016-08-10 | 1 | -49/+3 |
| * | | Converted more softlist code to use std::string |  Nathan Woods | 2016-08-10 | 1 | -4/+4 |
| |/ |
|