| Commit message (Expand) | Author | Age | Files | Lines |
* | z80dart: Replace old device with new variant of modern SIO emulation |  AJR | 2020-02-29 | 1 | -1/+0 |
* | Eliminate legacy Z80 SIO emulation |  AJR | 2020-02-23 | 4 | -6/+7 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -29/+32 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -2/+2 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -12/+12 |
* | mc6845: Use standard device method to adjust input clock (nw) |  AJR | 2019-04-28 | 1 | -2/+2 |
* | z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) |  AJR | 2019-03-27 | 2 | -12/+12 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 18 | -211/+179 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 18 | -179/+211 |
* | mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... |  Ivan Vangelista | 2019-03-01 | 5 | -5/+5 |
* | bus/wangpc, upd7220: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-25 | 18 | -116/+116 |
* | mc6845, crtc_ega: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 2 | -5/+5 |
* | (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... |  Vas Crabb | 2019-02-19 | 1 | -2/+2 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -8/+9 |
* | devices/bus: a few more MACHINE_CONFIG macros removed (nw) |  Ivan Vangelista | 2019-02-09 | 3 | -19/+21 |
* | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 1 | -56/+21 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -1/+1 |
* | mc6845, upd7220: removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-20 | 3 | -19/+21 |
* | z80ctc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-03 | 2 | -13/+15 |
* | z80daisy: finished removing MCFG macro (nw) |  Ivan Vangelista | 2018-08-31 | 4 | -12/+12 |
* | z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) |  Ivan Vangelista | 2018-08-30 | 1 | -3/+3 |
* | z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) |  Ivan Vangelista | 2018-08-29 | 1 | -4/+5 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -10/+10 |
* | Remove emupal.h from emu.h (nw) |  AJR | 2018-06-13 | 1 | -0/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -6/+6 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 4 | -8/+8 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -11/+12 |
* | 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 | 3 | -46/+52 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -29/+22 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 3 | -18/+20 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 6 | -6/+12 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 4 | -7/+7 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 7 | -7/+7 |
* | Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) |  AJR | 2017-09-24 | 2 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -4/+4 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 1 | -2/+1 |
* | another fifty device_mconfig_additions out of the way (nw) |  Vas Crabb | 2017-06-14 | 14 | -122/+31 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 7 | -14/+14 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 18 | -102/+96 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 9 | -10/+16 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 18 | -9/+9 |
* | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 3 | -5/+5 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 18 | -137/+137 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 8 | -8/+8 |
* | Eliminate device_t::static_config, a type-unsafe legacy feature. |  AJR | 2016-04-14 | 2 | -2/+2 |
* | Add support to adjust the screen color |  Dirk Best | 2016-03-12 | 1 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 18 | -20/+20 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 18 | -20/+20 |
* | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 1 | -1/+1 |