summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coolpool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-126/+126
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-13/+13
* BIG update. Aaron Giles2011-03-291-58/+58
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-22/+18
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-36/+36
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+10
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-4/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-23/+23
* Corrected Ameri Darts audio playback rate. Quench2010-07-271-1/+15
* remove BAD_DUMP from the tms320e15.bin in the AmeriDarts sets and the MCU cod... Brian Troha2010-07-241-3/+3
* new clone added Ameridarts set 3 Brian Troha2010-07-221-81/+117
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-9/+9
* Added Ameri Darts internal DSP dump and TMS32015 support to the Quench2010-07-201-187/+398
* Reverted AmerDarts DSP ROM back to the original files as there's Quench2010-07-131-34/+38
* Mark MCU code as bad_dump for the Ameridarts sets. Brian Troha2010-07-121-2/+2
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-16/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-8/+8
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-6/+6
* > From: David Haywood [mailto:neohaze@nildram.co.uk] Aaron Giles2009-08-131-11/+11
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-12/+12
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* Not working: Aaron Giles2008-12-311-0/+22
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-1/+0
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-19/+19
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-8/+8