| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | 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 | 9 | -26/+26 |
| * | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 2 | -4/+4 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -49/+37 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -4/+4 |
| * | bus/nes_ctrl: Added a SNES controller port adapter. (#9027) |  0kmg | 2021-12-22 | 2 | -10/+10 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -8/+8 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -9/+13 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -30/+15 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -15/+30 |
| * | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 2 | -25/+10 |
| * | midi: remove MCFG macros (nw) |  Ivan Vangelista | 2019-01-19 | 1 | -5/+5 |
| * | -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... |  mooglyguy | 2018-12-16 | 1 | -1/+10 |
| * | -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... |  Ryan Holtz | 2018-08-16 | 1 | -3/+4 |
| * | More cleanup/streamlining of machine configuration and macros: |  Vas Crabb | 2018-05-15 | 1 | -1/+2 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -1/+1 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 3 | -15/+17 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 2 | -2/+2 |
| * | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 1 | -1/+1 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -4/+4 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 4 | -5/+5 |
| * | 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 |
| * | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 1 | -4/+0 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 6 | -32/+16 |
| * | 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 | 18 | -118/+125 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 9 | -9/+9 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 18 | -9/+9 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 18 | -103/+103 |
| * | fixed very old copy and paste mistake of mine. nw. |  etabeta78 | 2016-04-10 | 6 | -6/+6 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 18 | -18/+18 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 18 | -18/+18 |
| * | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 9 | -57/+57 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 9 | -9/+11 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 9 | -0/+0 |
| * | It's better to snes to use IPT_START... |  Shideravan | 2015-11-04 | 1 | -1/+1 |
| * | Make SNES controls match other systems |  Jason Gauci | 2015-11-04 | 1 | -5/+5 |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 18 | -0/+2134 |