| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus: Addressed unintuitive behavious in a dozen slot devices. |  Vas Crabb | 2026-03-23 | 2 | -1/+2 |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 3 | -12/+3 |
| * | bus/coleco/cartridge: Initial support for the 'Super Game Cartridge' |  Dirk Best | 2025-08-26 | 4 | -0/+297 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 9 | -31/+27 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 2 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 10 | -19/+19 |
| * | emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... |  Vas Crabb | 2024-09-16 | 4 | -4/+4 |
| * | coleco/cartridge: Add support for 'Activision' type cartridges |  Dirk Best | 2024-04-20 | 10 | -15/+234 |
| * | coleco/expansion: Implement device_mixer_interface |  Dirk Best | 2024-04-14 | 3 | -5/+6 |
| * | coleco/expansion/sgm: Fix clang error |  Dirk Best | 2024-04-13 | 1 | -1/+1 |
| * | coleco: Add expansion bus and support for the Super Game Module |  Dirk Best | 2024-04-13 | 6 | -0/+366 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -2/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -2/+2 |
| * | 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 | -1/+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 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+3 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -5/+5 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -1/+0 |
| * | coleco megacart: savestate support (nw) |  hap | 2020-06-05 | 4 | -3/+6 |
| * | Support Colecovision Megacart. (#6788) |  Andrew Green | 2020-06-05 | 3 | -5/+154 |
| * | 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 | -10/+10 |
| * | PORT_CUSTOM simplification (nw) |  AJR | 2019-09-14 | 2 | -2/+2 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -1/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 12 | -8/+8 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 12 | -8/+8 |
| * | svi3x8: Hook up controllers to the Coleco Game Adapter |  Dirk Best | 2019-03-12 | 12 | -0/+0 |
| * | bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... |  AJR | 2019-02-19 | 6 | -8/+8 |
| * | -bus/adam/exp, adamnet, bus/coleco, bus/crvision: Removed MCFG macros. [Ryan ... |  mooglyguy | 2018-12-21 | 2 | -32/+19 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+1 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -10/+12 |
| * | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 2 | -6/+6 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 12 | -81/+77 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -4/+4 |
| * | 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 | 6 | -6/+6 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -2/+2 |
| * | Removed colon (":") from image_interface preventing front-ends from launching... |  gordon-fish | 2017-02-25 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 10 | -4/+6 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 12 | -34/+34 |
| * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -1/+1 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -3/+3 |
| * | Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
| * | device_image_interface::call_softlist_load() was a virtual function where eve... |  Nathan Woods | 2016-07-21 | 2 | -13/+1 |
| * | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
| * | Update exp.h |  PugsyMAME | 2016-03-27 | 1 | -1/+1 |
| * | Update exp.cpp |  PugsyMAME | 2016-03-27 | 1 | -1/+1 |