summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/icecold.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* ay8910.cpp : Updates cam9002019-02-151-4/+4
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-16/+16
* srcclean (nw) Vas Crabb2018-09-231-4/+4
* i8279: De-MCFG, nw mooglyguy2018-09-041-5/+5
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-16/+16
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-1/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* 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-14/+14
* icecold: Use output finders (nw) AJR2018-04-051-29/+55
* 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-9/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* i8279: Unify read/write handlers for standard A0-to-A0 hookup (nw) AJR2016-11-081-2/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Further IRQ passthrough cleanup AJR2016-07-081-6/+6
* 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-18/+18
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-18/+18
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+401