summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/merit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-7/+8
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-3/+3
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-35/+33
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-4/+4
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-20/+24
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-27/+27
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-13/+13
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-29/+36
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-63/+61
* 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-38/+38
* 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-170/+184
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-10/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-14/+28
* 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-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-11/+22
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-26/+26
* merit.cpp: PSG type is AY-3-8912 AJR2017-03-051-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* New Pit Boss clone briantro2017-02-171-26/+41
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* new Chicken Draw Clone briantro2016-09-101-14/+30
* merit.cpp: Cut-N-Paste error fix - NW briantro2016-08-171-1/+1
* New Casino Five clone briantro2016-08-171-15/+32
* minor rom name corrections - NW briantro2016-08-161-40/+40
* New Pit Boss clone added briantro2016-08-151-1/+33
* new game added: Player's Choice by merit.cpp briantro2016-07-081-9/+61
* merit.cpp: fixed copy / paste error of mine (nw) Ivan Vangelista2016-06-141-1/+1
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-7/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-3/+3
* new working game Iowa Premium Player briantro2016-05-181-0/+51
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Fix typo: uknown → unknown Jordi Mallach2016-03-311-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-2/+2
* New Working Game - Chicken Draw briantro2016-03-131-0/+70
* Cleanups and version bump Miodrag Milanovic2016-02-241-11/+11
* new Working Game briantro2016-02-061-7/+7
* new clones David Haywood2016-02-061-0/+41
* 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-10/+10
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-10/+10