| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -5/+2 |
| * | remove obsolete wave (cassette sound) device |  hap | 2025-05-21 | 1 | -3/+0 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 6 | -30/+30 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -2/+1 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -5/+4 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 2 | -7/+5 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -6/+6 |
| * | srcclean in preparation for release |  Vas Crabb | 2022-08-28 | 1 | -2/+2 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 1 | -1/+1 |
| * | bus/vcs: Avoid trampolines in cartridge accesses. (#10174) |  wilbertpol | 2022-08-05 | 10 | -776/+464 |
| * | Clean up whitespace with srcclean |  Vas Crabb | 2022-07-24 | 2 | -8/+8 |
| * | More minor cleanup. |  Vas Crabb | 2022-07-24 | 3 | -28/+18 |
| * | atari/a2600.cpp: Remove device lookups. (#10094) |  wilbertpol | 2022-07-23 | 12 | -749/+748 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -21/+13 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -7/+7 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 1 | -7/+7 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -1/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -11/+3 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -6/+6 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
| * | devices/bus/vcs: removed read / write macros (nw) |  Ivan Vangelista | 2020-06-14 | 12 | -114/+114 |
| * | vcs/dpc.cpp: Eliminate machine().device (nw) |  AJR | 2019-12-09 | 1 | -3/+3 |
| * | various devices: try the new (and some not so new) save state possibilities (nw) |  Ivan Vangelista | 2019-12-09 | 1 | -10/+7 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -13/+16 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -8/+9 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -16/+18 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -18/+16 |
| * | devices/bus: a few more MACHINE_CONFIG macros removed (nw) |  Ivan Vangelista | 2019-02-09 | 2 | -7/+9 |
| * | magedev\cassette: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-22 | 1 | -9/+9 |
| * | -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... |  mooglyguy | 2018-12-18 | 1 | -14/+11 |
| * | srcclean and other cleanup (nw) |  Vas Crabb | 2018-06-24 | 3 | -0/+0 |
| * | (nw) remove more low-value macros and add a couple more constructor options |  Vas Crabb | 2018-05-10 | 1 | -1/+1 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -2/+2 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -2/+3 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 2 | -14/+14 |
| * | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -7/+9 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -1/+2 |
| * | 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 | -2/+2 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -2/+2 |
| * | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -2/+2 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 6 | -28/+13 |
| * | 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 | 12 | -214/+232 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -7/+5 |
| * | Made a number of methods be const correct and static where appropriate |  Nathan Woods | 2017-04-10 | 2 | -32/+32 |