summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-6/+6
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-6/+6
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* 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-20/+20
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-19/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+44
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* A few conversions to bitswap<4> (nw) AJR2017-12-271-1/+1
* mcr.cpp, mcr3.cpp: moved some globals into the state class, started splitting... Ivan Vangelista2017-12-201-16/+8
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+26
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-26/+9
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* spyhunt: Use output finder (nw) AJR2017-12-041-16/+17
* spyhunt: 4099 for lamps (nw) AJR2017-12-041-8/+24
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* maxrpm: Add ADC0844 (nw) AJR2017-11-071-10/+15
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-4/+7
* More DAC identification and sound stuff AJR2017-01-121-10/+10
* csd: Update interface to better reflect real hardware, add address Dirk Best2016-12-211-2/+3
* Move the Cheap Squeak Deluxe sound board to its own file and give it Dirk Best2016-12-211-9/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-4/+4
* Make watchdog timer a separate device AJR2016-04-301-3/+5
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+0
* pull the tecfri spyhunter bootleg out of the mcr driver, hardware is too diff... David Haywood2016-03-281-370/+0
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-7/+7
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* clang-modernize part 7 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2041