summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/coolpool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* srcclean (nw) Vas Crabb2018-04-221-1/+1
* coolpool.cpp : Remove unused values cam9002018-04-071-3/+0
* coolpool.cpp : Add generic_latch_16_device for cpu-dsp communications, Split ... cam9002018-04-071-16/+18
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-4/+4
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* misc drivers: Moved functions into driver class, cleanups (nw) Ivan Vangelista2014-10-041-0/+1
* Moved misc functions into driver classes and small cleanups(nw) Ivan Vangelista2014-09-291-8/+10
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-0/+4
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+2
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* Fully modernised the TLC34076 device [Phil Bennett] Phil Bennett2013-01-271-0/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+20
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-19/+19
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-0/+6
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-1/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Corrected Ameri Darts audio playback rate. Quench2010-07-271-0/+3
* Remove high-ASCII garbage from start of coolpool.h (this broke Apple GCC) (no... R. Belmont2010-07-221-1/+1
* Added Ameri Darts internal DSP dump and TMS32015 support to the Quench2010-07-201-0/+24