| Commit message (Expand) | Author | Age | Files | Lines |
* | bus/s100, bus/vidbrain: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-25 | 15 | -48/+48 |
* | -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw |  mooglyguy | 2019-02-03 | 1 | -79/+26 |
* | bus/epson_sio, bus/s100: Clean up some MCFGs (nw) |  AJR | 2019-01-18 | 4 | -16/+14 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 1 | -0/+1 |
* | Identify this brick (nw) |  AJR | 2018-11-25 | 1 | -1/+1 |
* | s100_djdma: Add a healthy amount of stub handlers to this skeleton device (nw) |  AJR | 2018-11-25 | 2 | -16/+265 |
* | bus/s100: Collect data reads by ANDing with FF, not ORing with 0 (nw) |  AJR | 2018-11-25 | 8 | -16/+16 |
* | machine/pic8259.h: removed MCFG macros (nw) |  Ivan Vangelista | 2018-10-31 | 1 | -8/+9 |
* | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -21/+21 |
* | upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-26 | 1 | -1/+2 |
* | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -2/+2 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 1 | -9/+10 |
* | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -32/+32 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -2/+2 |
* | remove more MCFG_ (nw) |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -18/+18 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -1/+1 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -2/+2 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 3 | -41/+41 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -10/+13 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 2 | -5/+9 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -5/+7 |
* | 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 | -2/+4 |
* | 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 | 3 | -7/+7 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 5 | -5/+5 |
* | Add Seals 8K SC Memory Board to S-100 bus emulation |  AJR | 2017-12-14 | 2 | -0/+238 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -1/+1 |
* | S-100 bus refinements |  AJR | 2017-10-17 | 2 | -15/+3 |
* | pic8259: Break up the MCFG_PIC8259_ADD macro (nw) |  AJR | 2017-09-02 | 1 | -1/+6 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 10 | -95/+39 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 5 | -10/+10 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 14 | -147/+138 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 7 | -8/+8 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 13 | -6/+7 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 14 | -51/+51 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 10 | -10/+10 |
* | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 14 | -16/+16 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 14 | -16/+16 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 7 | -43/+43 |
* | cleanup |  Miodrag Milanovic | 2015-12-05 | 1 | -3/+0 |
* | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 2 | -7/+7 |
* | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -2/+2 |
* | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 2 | -3/+5 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 7 | -0/+0 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 14 | -0/+2575 |