| Commit message (Expand) | Author | Age | Files | Lines |
* | ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... |  mooglyguy | 2018-08-23 | 1 | -3/+4 |
* | Removed nearly all custom MCFG macros from eepromser, migrated more of police... |  mooglyguy | 2018-06-07 | 1 | -1/+1 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 3 | -57/+62 |
* | Fix Lode Runner SG1000/SC-3000 ROM image detection |  Kalevi Kolttonen | 2018-05-01 | 1 | -0/+4 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 3 | -3/+3 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -1/+1 |
* | sms/gamegear misc fixes |  Enik Land | 2017-09-16 | 1 | -0/+1 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 6 | -32/+14 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 3 | -3/+3 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 8 | -188/+201 |
* | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -6/+5 |
* | Made a number of methods be const correct and static where appropriate |  Nathan Woods | 2017-04-10 | 2 | -2/+2 |
* | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -1/+0 |
* | Image instance name refactoring and bug fixing (nw) |  AJR | 2017-03-02 | 1 | -2/+5 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 4 | -22/+22 |
* | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -6/+6 |
* | smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge |  David Haywood | 2016-11-16 | 4 | -2/+110 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 2 | -24/+24 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 8 | -96/+96 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 2 | -2/+2 |
* | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+3 |
* | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -10/+10 |
* | reverse logic of IMAGE_VERIFY (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
* | for bool type use true and false (nw) |  Miodrag Milanovic | 2016-07-31 | 2 | -2/+2 |
* | Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
* | device_image_interface::call_softlist_load() was a virtual function where eve... |  Nathan Woods | 2016-07-21 | 2 | -12/+1 |
* | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
* | sg1000.cpp: many improvements [Enik Land] |  etabeta78 | 2016-06-24 | 1 | -1/+1 |
* | Fixed issues with timings and more comments form sms [Enik] |  Miodrag Milanovic | 2016-03-30 | 1 | -6/+6 |
* | fix build. (nw) |  dankan1890 | 2016-03-19 | 1 | -1/+1 |
* | The patch mainly adds software list support for the Master Gear adapter, used... |  Miodrag Milanovic | 2016-03-19 | 1 | -2/+9 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 8 | -50/+50 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 4 | -6/+6 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 4 | -6/+6 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 8 | -50/+50 |
* | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -5/+4 |
* | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 2 | -5/+2 |
* | override for for macros that could not be auto recognized by tools (nw) |  Miodrag Milanovic | 2015-12-06 | 2 | -41/+41 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 4 | -60/+60 |
* | Revert "use c++ cast instead of c casts (nw)" |  Miodrag Milanovic | 2015-12-05 | 1 | -6/+6 |
* | use c++ cast instead of c casts (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -6/+6 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -6/+6 |
* | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 4 | -11/+11 |
* | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 2 | -18/+18 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 4 | -0/+0 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 8 | -0/+2626 |