summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multfish.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-40/+201
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-201/+40
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-18/+19
* timekpr.cpp : Remove unnecessary arguments in handlers cam9002019-02-201-4/+4
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* new WORKING clones MetalliC2019-02-031-15/+175
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-2/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-46/+46
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-1/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-14/+14
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-13/+15
* 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-136/+136
* 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-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-68/+71
* (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-3/+3
* 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
* added pre-initialized factory defaults to all multfish.cpp sets so they boot ... David Haywood2018-01-181-0/+288
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-7/+7
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-7/+7
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-7/+7
* multfish.cpp: convert to use hopper device (nw) MetalliC2017-05-201-21/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-115/+115
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-3/+3
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-2/+2
* Make watchdog timer a separate device AJR2016-04-301-1/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* less macro abuse (nw) David Haywood2016-03-311-79/+79
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-13/+13
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-13/+13
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-22/+22
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2817