| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 11 | -26/+26 |
* | svi3x8/expander: Implement device_mixer_interface |  Dirk Best | 2024-04-20 | 4 | -15/+24 |
* | coleco/cartridge: Add support for 'Activision' type cartridges |  Dirk Best | 2024-04-20 | 1 | -6/+15 |
* | Move coleco homebrew titles to their own softlist and fix a few issues. Add m... |  Dirk Best | 2024-04-15 | 1 | -0/+1 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -14/+1 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 16 | -58/+58 |
* | Adjustments to option priority interactions: |  Vas Crabb | 2023-05-09 | 2 | -67/+26 |
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -3/+3 |
* | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 2 | -2/+2 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -4/+6 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -9/+9 |
* | New working machines |  Vas Crabb | 2019-11-02 | 1 | -0/+1 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 6 | -66/+33 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
* | mc6845: More consistent identification of HD6845S variant (nw) |  AJR | 2019-05-18 | 2 | -3/+3 |
* | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 1 | -2/+2 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 22 | -233/+241 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 22 | -241/+233 |
* | mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... |  Ivan Vangelista | 2019-03-21 | 1 | -4/+4 |
* | svi3x8: Hook up controllers to the Coleco Game Adapter |  Dirk Best | 2019-03-12 | 2 | -37/+71 |
* | svi318, bus/svi318: Simplify read/write handlers; minor driver cleanup (nw) |  AJR | 2019-03-09 | 22 | -93/+93 |
* | mc6845, crtc_ega: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 1 | -3/+3 |
* | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 1 | -1/+1 |
* | -devices/bus/cgenie: Removed MCFG macros, nw |  mooglyguy | 2019-02-04 | 2 | -14/+16 |
* | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 4 | -83/+53 |
* | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -1/+1 |
* | output_latch: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-29 | 1 | -5/+7 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -1/+1 |
* | mc6845, upd7220: removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-20 | 1 | -12/+15 |
* | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -11/+12 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 1 | -8/+9 |
* | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -9/+9 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -8/+8 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -10/+10 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 3 | -4/+4 |
* | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 1 | -1/+1 |
* | Remove emupal.h from emu.h (nw) |  AJR | 2018-06-13 | 1 | -0/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -2/+2 |
* | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -2/+2 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -1/+1 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 6 | -20/+20 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 5 | -26/+30 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 3 | -51/+22 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 4 | -5/+5 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 8 | -8/+8 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 14 | -82/+40 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 7 | -7/+7 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 26 | -144/+150 |