| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -1/+1 |
| * | slot: changed my mind, not satisfied with the limitations |  hap | 2021-05-04 | 2 | -21/+5 |
| * | slot: add preliminary support for hotswapping rom cartridge |  hap | 2021-05-04 | 2 | -3/+23 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -16/+17 |
| * | Cleaned up Virtal Boy slot code. |  Vas Crabb | 2019-11-10 | 1 | -0/+37 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -131/+139 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -12/+16 |
| * | srcclean (nw) |  Vas Crabb | 2019-07-28 | 1 | -2/+2 |
| * | -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2019-06-30 | 1 | -50/+7 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 6 | -44/+44 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 6 | -44/+44 |
| * | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 6 | -44/+44 |
| * | generic_slot: Added default param to constructor so that it can be used witho... |  mooglyguy | 2018-09-30 | 1 | -2/+3 |
| * | bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_d... |  Nigel Barnes | 2018-09-17 | 1 | -1/+11 |
| * | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 3 | -7/+10 |
| * | -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... |  mooglyguy | 2018-08-01 | 1 | -0/+10 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -14/+17 |
| * | 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 | 1 | -2/+2 |
| * | Differentiate between cartridge (cart) and romimage (rom) in generic slots. |  Nigel Barnes | 2018-01-11 | 2 | -10/+41 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 8 | -96/+106 |
| * | 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 | 2 | -13/+0 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 3 | -10/+10 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -4/+4 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 2 | -1/+1 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -2/+2 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 2 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 6 | -54/+54 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+3 |
| * | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -4/+4 |
| * | 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 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 2 | -9/+9 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
| * | fixed regression of generic cart slot due to a wrong assumption. |  etabeta78 | 2016-04-13 | 1 | -5/+26 |
| * | diimage.cpp: Allow image devices to be configured with a fixed |  etabeta78 | 2016-04-12 | 2 | -5/+14 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 6 | -30/+30 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 4 | -8/+8 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 4 | -8/+8 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 6 | -30/+30 |
| * | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -3/+3 |
| * | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 3 | -30/+30 |
| * | Revert "use c++ cast instead of c casts (nw)" |  Miodrag Milanovic | 2015-12-05 | 1 | -4/+4 |
| * | use c++ cast instead of c casts (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -4/+4 |
| * | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 2 | -11/+11 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -1/+1 |