summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multfish.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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