| Commit message (Expand) | Author | Age | Files | Lines |
* | (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... |  Vas Crabb | 2019-10-16 | 1 | -2/+2 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -2/+2 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 6 | -48/+62 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 6 | -62/+48 |
* | devices\bus: some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-16 | 3 | -16/+20 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -5/+6 |
* | -ghosteo: Removed deprecated warning, nw |  mooglyguy | 2019-02-02 | 2 | -27/+36 |
* | -devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... |  mooglyguy | 2018-12-20 | 1 | -10/+18 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -7/+7 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -3/+3 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -70/+73 |
* | removed some state() calls |  smf- | 2018-04-14 | 2 | -2/+2 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -14/+16 |
* | srcclean (nw) |  Vas Crabb | 2018-02-25 | 1 | -1/+1 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -13/+15 |
* | 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 | 5 | -20/+12 |
* | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 1 | -20/+20 |
* | space.machine -> machine (nw) |  Olivier Galibert | 2017-12-14 | 1 | -16/+16 |
* | device_add_mconfig up to devices/bus/o* (nw) |  Ivan Vangelista | 2017-06-12 | 10 | -136/+77 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -1/+1 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 5 | -11/+11 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 18 | -413/+451 |
* | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -7/+5 |
* | Made a number of methods be const correct and static where appropriate |  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 | 8 | -53/+53 |
* | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -2/+2 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 2 | -1/+1 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 2 | -4/+4 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 16 | -253/+253 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -2/+2 |
* | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -0/+2 |
|\ |
|
| * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+2 |
* | | Devfind revision phase 2 (nw) |  AJR | 2016-08-05 | 1 | -8/+8 |
|/ |
|
* | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -11/+11 |
* | 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 | -11/+1 |
* | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
* | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 2 | -2/+2 |
* | megadriv: improved description of many taiwanese unlicensed titles |  etabeta78 | 2016-06-19 | 5 | -0/+39 |
* | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 5 | -37/+35 |
* | one step closer to core i2c eeprom implementation. nw. |  etabeta78 | 2016-05-18 | 2 | -46/+49 |
* | misc. nw. |  etabeta78 | 2016-05-17 | 5 | -12/+168 |
* | megadrive: added custom X24C02 emulation to NBA Jam cart, |  etabeta78 | 2016-05-01 | 5 | -0/+328 |
* | Swap the endianess of the md_slot device bus to big endian, fixing megadriv c... |  Scott Stone | 2016-03-27 | 1 | -1/+1 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 16 | -118/+118 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 14 | -16/+16 |
* | relicense SVP/SSP1601 code (nw) |  Grazvydas Ignotas | 2016-01-17 | 2 | -2/+2 |