| Commit message (Expand) | Author | Age | Files | Lines |
* | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -8/+8 |
* | Missing from previous M6801 update (nw) |  AJR | 2020-03-12 | 1 | -1/+1 |
* | i8274, upd7201: Replace legacy device emulations and rename new devices |  AJR | 2020-02-23 | 1 | -1/+1 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -18/+7 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 5 | -56/+48 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 5 | -48/+56 |
* | some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-08 | 3 | -34/+26 |
* | bus/epson_sio, bus/s100: Clean up some MCFGs (nw) |  AJR | 2019-01-18 | 4 | -22/+22 |
* | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 2 | -2/+2 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 2 | -0/+2 |
* | m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) |  AJR | 2018-10-26 | 2 | -11/+7 |
* | pc_lpt, upd765: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-28 | 2 | -3/+3 |
* | z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) |  Ivan Vangelista | 2018-08-30 | 1 | -4/+4 |
* | -ram_device: MCFG removal, nw |  mooglyguy | 2018-08-16 | 1 | -2/+1 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -6/+6 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -14/+14 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -11/+14 |
* | Allow devcb to be bound to a device/mixin or the target of a device |  Vas Crabb | 2018-05-02 | 1 | -2/+2 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 2 | -27/+31 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 2 | -20/+20 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 4 | -4/+8 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 3 | -5/+5 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
* | space.machine -> machine (nw) |  Olivier Galibert | 2017-12-14 | 1 | -2/+2 |
* | Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) |  AJR | 2017-09-24 | 1 | -1/+1 |
* | device_add_mconfig up to devices/bus/h* (nw) |  Ivan Vangelista | 2017-06-08 | 4 | -40/+30 |
* | Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... |  AJR | 2017-05-26 | 1 | -1/+1 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
* | change short name back to epson_pf10 after recent change. (nw) |  smf- | 2017-05-17 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 6 | -27/+29 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 3 | -3/+3 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 6 | -3/+3 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -4/+4 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 6 | -8/+8 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 4 | -4/+4 |
* | Memory fun [O.Galibert] |  Olivier Galibert | 2016-06-14 | 1 | -1/+1 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 6 | -14/+14 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 6 | -14/+14 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 3 | -17/+17 |
* | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 3 | -7/+7 |
* | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 3 | -5/+5 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 3 | -0/+0 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 6 | -0/+964 |