| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 2 | -11/+5 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 5 | -11/+11 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -6/+15 |
| * | Miscellaneous cleanup, and a couple of error checks. |  Vas Crabb | 2024-01-25 | 1 | -1/+7 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -6/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -11/+11 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -3/+3 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 1 | -3/+1 |
| * | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -3/+3 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+3 |
| * | adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... |  AJR | 2021-06-20 | 2 | -16/+0 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 5 | -19/+15 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+9 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -26/+17 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 9 | -72/+64 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 9 | -64/+72 |
| * | ef9345, ef9365: Simplify read/write handlers (nw) |  AJR | 2019-03-07 | 1 | -2/+2 |
| * | bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... |  AJR | 2019-02-19 | 9 | -33/+33 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -15/+17 |
| * | devices\bus: removed a few unused MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -11/+0 |
| * | src/devices: more MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-10 | 2 | -13/+14 |
| * | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -2/+2 |
| * | -cpu/m6502: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-17 | 1 | -1/+10 |
| * | mos6566, cbm2_user_port, vic10_expansion_slot: Replace MCFG_ macros with devc... |  AJR | 2018-08-13 | 1 | -35/+13 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+4 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -12/+12 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -8/+10 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -8/+8 |
| * | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -2/+6 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+4 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -4/+4 |
| * | some more device_add_mconfig in devices/bus (nw) |  Ivan Vangelista | 2017-06-07 | 2 | -26/+7 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -4/+4 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 10 | -80/+77 |
| * | Changes to make get_default_card_software() less stupid |  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 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 5 | -6/+7 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 10 | -5/+5 |
| * | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 10 | -40/+40 |
| * | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -0/+1 |
| |\ |
|
| | * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+1 |
| * | | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 2 | -2/+2 |
| |/ |
|
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -3/+3 |
| * | 1. Merge branch 'master' into diimage_filetype_as_stdstring |  Nathan Woods | 2016-07-31 | 1 | -3/+3 |
| |\ |
|
| * | | This changes device_image_interface::filetype() to return 'const std::string ... |  Nathan Woods | 2016-07-31 | 1 | -3/+3 |
| |/ |
|