summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cabal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix second adpcm player in games using SEIBU_ADPCM [R. Belmont] R. Belmont2011-05-011-12/+26
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-16/+16
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-59/+59
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+6
* evil clarue flower Michaël Banaan Ananas2010-05-251-4/+4
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-7/+7
* Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... Phil Bennett2009-12-011-28/+32
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* I verified the vertical syncs on the following pcb: Aaron Giles2009-08-021-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-18/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-8/+8
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-2/+2
* removed copy+pasted comment, this bootleg is a single board. davidhay2009-05-061-4/+2
* added note about manufacturer of the cabal bootleg that was just added. davidhay2009-05-061-1/+3
* new clones davidhay2009-05-061-3/+74
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-30/+17
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-10/+10
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-14/+14