summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dacholer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+3
* (nw) segas18.cpp: Add in Sega ID# for Alien Storm (Japan) & other misc clean ups braintro2019-08-241-2/+2
* (nw) dacholer.cpp: Correct ROM labels as pointed out by caius braintro2019-08-231-11/+11
* (nw) dacholer.cpp: Updated info based on pics of PCB braintro2019-08-231-24/+30
* dacholer.cpp: Dumped color PROM for Dacholer. [caius, The Dumping Union] braintro2019-08-221-16/+16
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* get rid of some copy/pasted macros for different numbers of arguments (nw) Vas Crabb2019-02-091-3/+3
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* -devices/sound/msm5205: Removed unused MCFG_MSM6585 macros, nw mooglyguy2019-01-021-34/+31
* Start cleaning up palette configuration: Vas Crabb2018-12-291-32/+26
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-6/+3
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-5/+6
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-1/+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-11/+11
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-5/+5
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-42/+52
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-60/+67
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+14
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* dacholer.cpp: Soundlatch modernization (nw) AJR2017-09-091-10/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-2/+2
* more gen_latch (nw) Ivan Vangelista2016-06-071-11/+16
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-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-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+846