| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -32/+8 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 1 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 4 | -31/+31 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -2/+1 |
| * | sega/sega8_slot.cpp: Use multibyte.h helpers and util::sum16_creator |  AJR | 2024-01-09 | 2 | -29/+24 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -7/+4 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 1 | -7/+4 |
| * | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 1 | -4/+4 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -12/+14 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -10/+4 |
| * | bus/sega8: Added partial support for recent 188 in 1 cartridge. (#9509) |  0kmg | 2022-04-04 | 4 | -0/+77 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -4/+4 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 1 | -4/+4 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -22/+5 |
| * | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 2 | -1/+2 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -8/+7 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
| * | Software list items promoted to working |  Wilbert Pol | 2021-01-17 | 4 | -2/+186 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
| * | sg1000.cpp, sms.cpp & associated buses: Simplify handler signatures (nw) |  AJR | 2020-05-31 | 7 | -156/+156 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -40/+42 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
| * | 315_5124: Adjust horizontal screen positions |  Enik Land | 2019-07-25 | 1 | -6/+6 |
| * | fix build with clang, clean up some random stuff (nw) |  Vas Crabb | 2019-04-07 | 1 | -1/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 6 | -82/+455 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 6 | -455/+82 |
| * | device/bus/sega8/sega8_slot.cpp : Remove MCFG macros |  cam900 | 2019-02-11 | 4 | -78/+250 |
| * | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -1/+1 |
| * | sc3000: Added support for the SC-3000 Survivors Multicart and Megacart cartri... |  Nigel Barnes | 2019-01-20 | 4 | -3/+204 |
| * | 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 |