| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus: Addressed unintuitive behavious in a dozen slot devices. |  Vas Crabb | 2026-03-23 | 4 | -12/+4 |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 2 | -12/+6 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 5 | -13/+13 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 5 | -13/+13 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -5/+2 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 1 | -1/+1 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -3/+3 |
| * | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 1 | -1/+1 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -4/+6 |
| * | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 2 | -9/+11 |
| * | lots of files: simplified handlers (nw) |  Ivan Vangelista | 2020-05-14 | 2 | -8/+8 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -27/+9 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -4/+2 |
| * | -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2019-06-30 | 1 | -6/+5 |
| * | cgenie: Add more DOS versions to the floppy, confirm fdc type and xtal |  Dirk Best | 2019-05-08 | 2 | -18/+30 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 5 | -77/+48 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 5 | -48/+77 |
| * | bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... |  AJR | 2019-02-25 | 2 | -24/+6 |
| * | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 1 | -1/+1 |
| * | some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-08 | 1 | -17/+0 |
| * | -devices/bus/cgenie: Removed MCFG macros, nw |  mooglyguy | 2019-02-04 | 2 | -20/+23 |
| * | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -2/+2 |
| * | output_latch: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-29 | 1 | -8/+11 |
| * | imagedev\floppy: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-28 | 1 | -4/+4 |
| * | devices\machine\ticket, timer: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-21 | 1 | -1/+1 |
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 1 | -0/+1 |
| * | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 1 | -2/+2 |
| * | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -1/+1 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+3 |
| * | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 1 | -1/+1 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -3/+3 |
| * | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -1/+1 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -5/+5 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 5 | -17/+20 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
| * | maps: Finish devices/bus (nw) |  Olivier Galibert | 2018-04-21 | 1 | -7/+8 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -11/+6 |
| * | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -8/+8 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+2 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -1/+1 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
| * | Remove timer_device from emu.h and move it out of src/emu (nw) |  AJR | 2017-10-01 | 1 | -0/+1 |
| * | device_add_mconfig up to devices/bus/h* (nw) |  Ivan Vangelista | 2017-06-08 | 4 | -29/+17 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 14 | -132/+134 |
| * | cgenie: Fixed loading roms from softlist in floppy interface |  Nigel Barnes | 2017-05-07 | 1 | -2/+2 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 5 | -5/+5 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 14 | -7/+7 |