summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dlair.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-17/+10
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-10/+10
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-3/+3
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-5/+5
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-2/+2
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-22/+22
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+39
* Start squeezing out the poor-performing parts of the output_manager: Vas Crabb2018-02-281-31/+37
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8
* (nw) more drivers moved to z80sio.h Robbbert2017-10-311-4/+4
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-4/+4
* Moved DMA and commands into own files, nw angelosa2016-06-201-4/+4
* More r2cop documentation, nw angelosa2016-06-191-12/+12
* Some misc updates, nw angelosa2016-06-161-13/+59
* Make watchdog timer a separate device AJR2016-04-301-1/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* clang-modernize part 7 Miodrag Milanovic2015-12-041-12/+12
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+993