| Commit message (Expand) | Author | Age | Files | Lines |
* | mame\video: removed MACHINE_CONFIG macros (nw) |  Ivan Vangelista | 2019-02-14 | 1 | -6/+0 |
* | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 4 | -19/+22 |
* | output_latch: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-29 | 1 | -88/+0 |
* | imagedev\chd_cd, diablo: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-19 | 1 | -5/+5 |
* | -scsicd512.cpp: Added various legacy SCSI CD-ROM devices which support 512-by... |  mooglyguy | 2018-11-13 | 2 | -0/+188 |
* | Make OG happier about output latches, nw |  mooglyguy | 2018-08-02 | 2 | -0/+14 |
* | Fix recent regressions, nw |  mooglyguy | 2018-08-01 | 2 | -2/+9 |
* | old scsi: minor stuff (nw) |  Olivier Galibert | 2018-07-30 | 1 | -6/+1 |
* | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 2 | -32/+30 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -17/+47 |
* | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -6/+6 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 3 | -20/+20 |
* | Rename machine/latch.* to machine/output_latch.* (nw) |  AJR | 2018-05-02 | 1 | -1/+1 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -18/+20 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -34/+34 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -4/+6 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+4 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -1/+1 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 6 | -6/+6 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 12 | -65/+25 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 6 | -6/+6 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 22 | -204/+209 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 10 | -11/+11 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 13 | -2/+11 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 22 | -76/+76 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 2 | -2/+2 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 5 | -5/+5 |
* | Typo fix: controler → controller |  Jordi Mallach | 2016-04-01 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 22 | -29/+29 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 6 | -6/+6 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 6 | -6/+6 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 22 | -29/+29 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 11 | -44/+44 |
* | Revert "use c++ cast instead of c casts (nw)" |  Miodrag Milanovic | 2015-12-05 | 2 | -4/+4 |
* | use c++ cast instead of c casts (nw) |  Miodrag Milanovic | 2015-12-05 | 2 | -4/+4 |
* | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 2 | -24/+24 |
* | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 2 | -11/+11 |
* | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 2 | -4/+16 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 11 | -0/+0 |
* | omti5100: get scsi (nw) |  cracyc | 2015-09-16 | 1 | -0/+6 |
* | omti5100: try again (nw) |  cracyc | 2015-09-15 | 1 | -7/+13 |
* | omti5100: avoid derefencing null pointers (nw) |  cracyc | 2015-09-15 | 1 | -30/+27 |
* | pcd: make scsi work (nw) |  cracyc | 2015-09-13 | 3 | -2/+92 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 22 | -0/+2849 |