summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coolpool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* tlc34076: Convert implementation to use device_palette_interface (nw) AJR2018-05-131-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-24/+19
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-20/+20
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2
* srcclean (nw) Vas Crabb2018-04-221-3/+3
* coolpool.cpp : Add generic_latch_16_device for cpu-dsp communications, Split ... cam9002018-04-071-126/+63
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-20/+20
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-55/+62
* (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-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-11/+11
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+5
* New way to provide DAC reference inputs (nw) AJR2018-01-101-5/+2
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-6/+6
* Do the easy ones (nw) Olivier Galibert2018-01-011-6/+6
* coolpool: Fix stupid ass-bug (nw) Olivier Galibert2017-12-191-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-21/+13
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-3/+3
* tms32025.cpp: devcb instead of memory map for ports (nw) Ivan Vangelista2016-06-221-3/+3
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1195